diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-09-29 15:22:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-09-29 15:22:32 +0200 |
commit | 580ea3d5d61ae272086154df1e356d269f45f55c (patch) | |
tree | 66ea568b18cc94458b7f5b51301ef82c2d6a7fae /doc/cli.sh | |
parent | 67b36b1ead103ecab471f8ef7017bc25617d250c (diff) |
Start packaging guide
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 () # <name> 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. # |