summaryrefslogtreecommitdiff
path: root/xsd/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-11 09:31:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-11 09:31:25 +0200
commit0d9c416f2e8452a1f4d1c38727f81c420a4f5cd0 (patch)
treec35857725a11670c88deb61892ef5c8f5c9361a4 /xsd/doc
parentef5ad98f363eab78302fbf2a8a16c74fa04d2e57 (diff)
Add missing .cli dependency in doc/buildfile
Diffstat (limited to 'xsd/doc')
-rw-r--r--xsd/doc/buildfile30
1 files changed, 15 insertions, 15 deletions
diff --git a/xsd/doc/buildfile b/xsd/doc/buildfile
index 2b00ac6..3d2b949 100644
--- a/xsd/doc/buildfile
+++ b/xsd/doc/buildfile
@@ -77,7 +77,7 @@ if $develop
#
{man1 xhtml}{xsd}: dist = ($develop ? pregenerated/ : false)
-ops = ../xsd/cxx/cli{options tree/options parser/options}
+ops = ../xsd/cli{options cxx/options cxx/tree/options cxx/parser/options}
man1{xsd}: $ops \
file{xsd-prologue.1 \
@@ -96,20 +96,20 @@ if $develop
-v date="January $doc_year" \
--class CXX::options \
--class options \
- --man-prologue-file $path($<[3]) \
- $path($<[0]) >$o
-
- $cli --generate-man $man_options \
- -v date="January $doc_year" \
--man-prologue-file $path($<[4]) \
- $path($<[1]) >>$o
+ $path($<[1]) >$o
$cli --generate-man $man_options \
-v date="January $doc_year" \
--man-prologue-file $path($<[5]) \
- --man-epilogue-file $path($<[6]) \
$path($<[2]) >>$o
+ $cli --generate-man $man_options \
+ -v date="January $doc_year" \
+ --man-prologue-file $path($<[6]) \
+ --man-epilogue-file $path($<[7]) \
+ $path($<[3]) >>$o
+
# If the result differs from the pregenerated version, copy it over.
#
if! diff $src_base/pregenerated/xsd.1 $o >-
@@ -132,20 +132,20 @@ if $develop
-v date="January $doc_year" \
--class CXX::options \
--class options \
- --html-prologue-file $path($<[3]) \
- $path($<[0]) >$o
-
- $cli --generate-html $man_options \
- -v date="January $doc_year" \
--html-prologue-file $path($<[4]) \
- $path($<[1]) >>$o
+ $path($<[1]) >$o
$cli --generate-html $man_options \
-v date="January $doc_year" \
--html-prologue-file $path($<[5]) \
- --html-epilogue-file $path($<[6]) \
$path($<[2]) >>$o
+ $cli --generate-html $man_options \
+ -v date="January $doc_year" \
+ --html-prologue-file $path($<[6]) \
+ --html-epilogue-file $path($<[7]) \
+ $path($<[3]) >>$o
+
if! diff $src_base/pregenerated/xsd.xhtml $o >-
cp $o $src_base/pregenerated/xsd.xhtml
end