* mdoc-export-html.1: Document --force-update parameter.
[mono.git] / man / mdoc-export-html.1
index 1ee3acbf39725d9c0a879fcdf489d4d21bf92425..c7597fe8728a299ae9173a1368723341d027c65d 100644 (file)
@@ -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