diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-13 14:53:44 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-26 17:14:22 +0300 |
commit | 0b61b4207fb3c00860f8ef4d4b86e31cdc90c09d (patch) | |
tree | 36f9c84bf8ae5d580a563c9e74001b6ddf384bc4 /doc | |
parent | 865f01bbf9e1e3b2fd2aae3c6cd4d4002adc928d (diff) |
Adapt to builtins support added to command run API
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ function compile () --include-base-last "${o[@]}" --generate-html --html-prologue-file \ man-prologue.xhtml --html-epilogue-file man-epilogue.xhtml --html-suffix .xhtml \ --link-regex '%b([-.].+)%../../build2/doc/b$1%' \ +--link-regex '%testscript(#.+)?%../../build2/doc/build2-testscript-manual.xhtml$1%' \ --link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ --link-regex '%bpkg(#.+)?%../../bpkg/doc/build2-package-manager-manual.xhtml$1%' \ --link-regex '%brep(#.+)?%../../brep/doc/build2-repository-interface-manual.xhtml$1%' \ |