diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-06 16:38:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-24 11:10:59 +0300 |
commit | 18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (patch) | |
tree | 0e76ff770c63b2126c62d7cb02efea252fd347b2 /doc/cli.sh | |
parent | 762ecb665373d6ac6ed9e8f2b50aaa2e5cd56468 (diff) |
Add support for target, host, and module package types
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ function compile_doc () # <file> <prefix> <suffix> --html-prologue-file doc-prologue.xhtml \ --html-epilogue-file doc-epilogue.xhtml \ --link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ +--link-regex '%bpkg(#.+)?%../../bpkg/doc/build2-package-manager-manual.xhtml$1%' \ --output-prefix "$2" \ --output-suffix "$3" \ "$1" |