From 7d26ea59564e573b9f8a1f025f7fd5df24ee2e80 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Sep 2023 10:37:45 +0200 Subject: Add --file-list-only option This option allows only writing the list of C++ files that would be generated without actually generating them. --- xsd/doc/pregenerated/xsd.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xsd/doc/pregenerated/xsd.1') 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 -- cgit v1.1