diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-26 09:48:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-04-26 09:48:58 +0200 |
commit | e86333fa8790f624d82ecea2a8da40f85a1d3630 (patch) | |
tree | 91166f5070c5a43310faa3883030ccdf23182193 /doc | |
parent | 7839410d934bb36fdac2e4125c72febf73991320 (diff) |
Add support for forwarded configurations
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ function compile () cli -I .. -v project="bdep" -v version="$version" -v date="$date" \ --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 '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ --link-regex '%bpkg(#.+)?%../../bpkg/doc/build2-package-manager-manual.xhtml$1%' \ --link-regex '%bdep(#.+)?%build2-project-manager-manual.xhtml$1%' \ |