From 580ea3d5d61ae272086154df1e356d269f45f55c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Sep 2023 15:22:32 +0200 Subject: Start packaging guide --- doc/cli.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/cli.sh') diff --git a/doc/cli.sh b/doc/cli.sh index e9acd6d..4ae9b63 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -15,7 +15,9 @@ while [ $# -gt 0 ]; do case $1 in --clean) rm -f build2-toolchain-intro.xhtml build2-toolchain-intro*.ps \ - build2-toolchain-intro*.pdf +build2-toolchain-intro*.pdf + rm -f build2-packaging-guide.xhtml build2-packaging-guide*.ps \ +build2-packaging-guide*.pdf rm -f build2-toolchain-install.xhtml build2-toolchain-install*.ps \ build2-toolchain-install*.pdf exit 0 @@ -64,8 +66,9 @@ function gen () # ps2pdf14 -sPAPERSIZE=letter -dOptimize=true -dEmbedAllFonts=true build2-toolchain-$n-letter.ps build2-toolchain-$n-letter.pdf } -gen intro #gen intro1 +gen intro +gen packaging # Auto-heading doesn't work since it is broken into multiple doc strings. # -- cgit v1.1