diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-20 09:45:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-20 09:45:28 +0200 |
commit | b418e128e58e2822e665eca27dbff269dafeb0ee (patch) | |
tree | 211f2401c70174ebcc8a2450db9a9a41201c2a89 /doc/cli.sh | |
parent | 3bced8b4d1fe1a7495aa1ec1368c0f96bc065133 (diff) |
Further work on packaging guide
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ function gen () # <name> --generate-html --html-suffix .xhtml \ --html-prologue-file doc-prologue.xhtml \ --html-epilogue-file doc-epilogue.xhtml \ +--link-regex '%intro(#.+)?%build2-toolchain-intro.xhtml$1%' \ --link-regex '%b([-.].+)%../../build2/doc/b$1%' \ --link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ --link-regex '%bdep([-.].+)%../../bdep/doc/bdep$1%' \ |