From 88d41b73676bbb68fbcdeab6f701d5c73355e4b0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Oct 2016 18:04:51 +0200 Subject: Initial take on testscript spec --- doc/cli.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/cli.sh') 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 -- cgit v1.1