aboutsummaryrefslogtreecommitdiff
path: root/doc/cli.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-06 18:04:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-10-06 18:04:51 +0200
commit88d41b73676bbb68fbcdeab6f701d5c73355e4b0 (patch)
tree8a17a0af54fae6dea8aa4738c5878f50b6e238f9 /doc/cli.sh
parentb505a14faa219d35e544e840c5fd8e919bb5db4c (diff)
Initial take on testscript spec
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-xdoc/cli.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/cli.sh b/doc/cli.sh
index 42fee67..56c6709 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -73,6 +73,14 @@ ps2pdf14 -sPAPERSIZE=a4 -dOptimize=true -dEmbedAllFonts=true build2-build-system
html2ps -f doc.html2ps:letter.html2ps -o build2-build-system-manual-letter.ps build2-build-system-manual.xhtml
ps2pdf14 -sPAPERSIZE=letter -dOptimize=true -dEmbedAllFonts=true build2-build-system-manual-letter.ps build2-build-system-manual-letter.pdf
+# Testscript spec.
+#
+cli -I .. -v version="$version" -v date="$date" \
+--generate-html --html-suffix .xhtml \
+--html-prologue-file doc-prologue.xhtml \
+--html-epilogue-file doc-epilogue.xhtml \
+--output-prefix build2- testscript.cli
+
# Generate INSTALL in ../
#
cli --generate-txt -o .. --txt-suffix "" ../INSTALL.cli