From 83657c119389ee276b50ee75ff5720111949068f Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Sat, 21 Mar 2009 02:54:43 +0000 Subject: [PATCH] * mdoc-export-html.1: Document --force-update parameter. svn path=/trunk/mono/; revision=129937 --- man/ChangeLog | 4 ++++ man/mdoc-export-html.1 | 15 ++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index 0baa82a3d54..b604486ad8d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2009-03-20 Jonathan Pryor + + * mdoc-export-html.1: Document --force-update parameter. + 2008-12-31 Massimiliano Mantione * mono.1: Updated the profiler documentation, removing the "ts" 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 -- 2.25.1