Blame SOURCES/sdoc-merge.1

2e8135
'\" t
2e8135
.\"     Title: sdoc-merge
2e8135
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2e8135
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2e8135
.\"      Date: 08/06/2013
2e8135
.\"    Manual: \ \&
2e8135
.\"    Source: \ \&
2e8135
.\"  Language: English
2e8135
.\"
2e8135
.TH "SDOC\-MERGE" "1" "08/06/2013" "\ \&" "\ \&"
2e8135
.\" -----------------------------------------------------------------
2e8135
.\" * Define some portability stuff
2e8135
.\" -----------------------------------------------------------------
2e8135
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2e8135
.\" http://bugs.debian.org/507673
2e8135
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
2e8135
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2e8135
.ie \n(.g .ds Aq \(aq
2e8135
.el       .ds Aq '
2e8135
.\" -----------------------------------------------------------------
2e8135
.\" * set default formatting
2e8135
.\" -----------------------------------------------------------------
2e8135
.\" disable hyphenation
2e8135
.nh
2e8135
.\" disable justification (adjust text to left margin only)
2e8135
.ad l
2e8135
.\" -----------------------------------------------------------------
2e8135
.\" * MAIN CONTENT STARTS HERE *
2e8135
.\" -----------------------------------------------------------------
2e8135
.SH "NAME"
2e8135
sdoc-merge \- a command line tool to merge multiple sdoc folders into a single documentation site
2e8135
.SH "SYNOPSIS"
2e8135
.sp
2e8135
\fBsdoc\-merge\fR [\fIOPTIONS\fR] \fIDIRECTORIES\fR
2e8135
.SH "DESCRIPTION"
2e8135
.sp
2e8135
sdoc\-merge is a command line tool to merge multiple sdoc folders into a single documentation site\&. It\(cqs part of SDoc, see "man sdoc" for more details\&.
2e8135
.sp
2e8135
Example:
2e8135
.sp
2e8135
sdoc\-merge \-\-title "Ruby v1\&.9, Rails v2\&.3\&.2\&.1" \-\-op merged \-\-names "Ruby,Rails" ruby\-v1\&.9 rails\-v2\&.3\&.2\&.1
2e8135
.SH "OPTIONS"
2e8135
.PP
2e8135
\fB\-n, \-\-names\fR \fI[NAMES]\fR
2e8135
.RS 4
2e8135
Set the output directory
2e8135
.RE
2e8135
.PP
2e8135
\fB\-o, \-\-op\fR \fI[DIRECTORY]\fR
2e8135
.RS 4
2e8135
Set the output directory
2e8135
.RE
2e8135
.PP
2e8135
\fB\-t, \-\-title\fR \fI[TITLE]\fR
2e8135
.RS 4
2e8135
Set the title of merged file
2e8135
.RE