* mdoc-export-html.1: Document --force-update parameter.
authorJonathan Pryor <jpryor@novell.com>
Sat, 21 Mar 2009 02:54:43 +0000 (02:54 -0000)
committerJonathan Pryor <jpryor@novell.com>
Sat, 21 Mar 2009 02:54:43 +0000 (02:54 -0000)
svn path=/trunk/mono/; revision=129937

man/ChangeLog
man/mdoc-export-html.1

index 0baa82a3d54b6af04e3945cc37259d375aa1c19f..b604486ad8d037823427f626e46c705548ee3409 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * mdoc-export-html.1: Document --force-update parameter.
+
 2008-12-31  Massimiliano Mantione  <massi@ximian.com>
 
        * mono.1: Updated the profiler documentation, removing the "ts"
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