diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 17:19:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-04 17:19:27 +0200 |
commit | 2aa72e2e0e2551d986baeae7d57d628e58a61c39 (patch) | |
tree | 3ce764f17205e708d49399366743265a2b3f8650 /doc/cli.sh | |
parent | 11ea86d820e8a9600078e8b8f181d1a6c25dac94 (diff) |
Update introduction
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ function gen () # <name> --generate-html --html-suffix .xhtml \ --html-prologue-file doc-prologue.xhtml \ --html-epilogue-file doc-epilogue.xhtml \ ---link-regex '%b([-.].+)%../../build2/doc/b$n%' \ ---link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$n%' \ +--link-regex '%b([-.].+)%../../build2/doc/b$1%' \ +--link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ --output-prefix build2-toolchain- "${@}" $n.cli html2ps -f doc.html2ps:a4.html2ps -o build2-toolchain-$n-a4.ps build2-toolchain-$n.xhtml |