summaryrefslogtreecommitdiff
path: root/xsd/doc
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/doc')
-rw-r--r--xsd/doc/pregenerated/xsd.14
-rw-r--r--xsd/doc/pregenerated/xsd.xhtml5
2 files changed, 9 insertions, 0 deletions
diff --git a/xsd/doc/pregenerated/xsd.1 b/xsd/doc/pregenerated/xsd.1
index 5864e0c..52820fb 100644
--- a/xsd/doc/pregenerated/xsd.1
+++ b/xsd/doc/pregenerated/xsd.1
@@ -584,6 +584,10 @@ Write a list of generated C++ files to \fIfile\fR or to \fBstdout\fR if
\fIfile\fR is \fB-\fR\. This option is primarily useful in the file-per-type
compilation mode (\fB--file-per-type\fR) to create a list of generated C++
files, for example, as a makefile fragment\.
+.IP "\fB--file-list-only\fR"
+Only write the list of C++ files that would be generated without actually
+generating them\. This option only makes sense together with
+\fB--file-list\fR\.
.IP "\fB--file-list-prologue\fR \fItext\fR"
Insert \fItext\fR at the beginning of the file list\. As a convenience, all
occurrences of the \fB\en\fR character sequence in \fItext\fR are replaced
diff --git a/xsd/doc/pregenerated/xsd.xhtml b/xsd/doc/pregenerated/xsd.xhtml
index 95d7264..53b905c 100644
--- a/xsd/doc/pregenerated/xsd.xhtml
+++ b/xsd/doc/pregenerated/xsd.xhtml
@@ -740,6 +740,11 @@
create a list of generated C++ files, for example, as a makefile
fragment.</dd>
+ <dt><code><b>--file-list-only</b></code></dt>
+ <dd>Only write the list of C++ files that would be generated without
+ actually generating them. This option only makes sense together with
+ <code><b>--file-list</b></code>.</dd>
+
<dt><code><b>--file-list-prologue</b></code> <code><i>text</i></code></dt>
<dd>Insert <code><i>text</i></code> at the beginning of the file list. As
a convenience, all occurrences of the <code><b>\n</b></code> character