Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2009-03-21 05:54:43 +0300
committerJonathan Pryor <jpryor@novell.com>2009-03-21 05:54:43 +0300
commit83657c119389ee276b50ee75ff5720111949068f (patch)
tree3987ad7009578e0ee8d2171e0248a5a9b7b75989 /man/mdoc-export-html.1
parentd1e415e292550a0490e141e6d0218c9151cb5df1 (diff)
* mdoc-export-html.1: Document --force-update parameter.
svn path=/trunk/mono/; revision=129937
Diffstat (limited to 'man/mdoc-export-html.1')
-rw-r--r--man/mdoc-export-html.115
1 files changed, 10 insertions, 5 deletions
diff --git a/man/mdoc-export-html.1 b/man/mdoc-export-html.1
index 1ee3acbf397..c7597fe8728 100644
--- a/man/mdoc-export-html.1
+++ b/man/mdoc-export-html.1
@@ -18,13 +18,21 @@ mdoc export-html \- Convert \fBmdoc\fR(5) XML to HTML.
documentation XML files within \fIDIRECTORIES\fR.
.SH OPTIONS
.TP
+.B \-\-default\-template
+Writes the default XSLT used to \fIstdout\fR.
+.TP
\fB\-\-ext\fR=\fIEXTENSION\fR
The file extension to use for created files.
.Sp
This defaults to \fIhtml\fR.
.TP
-.B \-\-default\-template
-Writes the default XSLT used to \fIstdout\fR.
+\fB\-\-force-update\fR
+Always generate new files. If not specified,
+will only generate a new output file if the source
+documentation file is newer than the target output file.
+.TP
+\fB\-o\fR, \fB\-\-out\fR=\fIDIRECTORY\fR
+Write the created files within directory \fIDIRECTORY\fR.
.TP
\fB\-\-template\fR=\fIFILE\fR
An XSLT file to use to generate the created files.
@@ -33,9 +41,6 @@ If not specified, uses the template produced by \fI\-\-dump\-template\fR.
.Sp
See the \fITEMPLATE FORMAT\fR section below for more information.
.TP
-\fB\-o\fR, \fB\-\-out\fR=\fIDIRECTORY\fR
-Write the created files within directory \fIDIRECTORY\fR.
-.TP
\fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR
Display a help message and exit.
.SH TEMPLATE FORMAT