diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-23 12:48:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-23 12:48:51 +0200 |
commit | 1cab4fbd051ee5a71f073446ad5ad1b3d79f1031 (patch) | |
tree | b87ac61e9a096167de4c253ee60e88e438b4e6ad /doc | |
parent | 01b11f060e656c00f875d05a8d4b283f524b0358 (diff) |
Update documentation
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,8 @@ function compile () cli -I .. -v project="bpkg" -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 \ + man-prologue.xhtml --html-epilogue-file man-epilogue.xhtml --html-suffix .xhtml \ +--link-regex '%b([-.].+)%../../build2/doc/b$1%' \ --link-regex '%b(#.+)?%../../build2/doc/build2-build-system-manual.xhtml$1%' \ --link-regex '%bpkg(#.+)?%build2-package-manager-manual.xhtml$1%' \ ../bpkg/$n.cli |