From 18baf3784407f28f61d9e8d90daf1ce99c7e86d3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 6 Sep 2021 16:38:36 +0300 Subject: Add support for target, host, and module package types --- doc/cli.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/cli.sh') diff --git a/doc/cli.sh b/doc/cli.sh index bc1361b..fba96b0 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -95,6 +95,7 @@ function compile_doc () # --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" -- cgit v1.1