diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-15 20:40:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-16 14:53:39 +0300 |
commit | c42437f87833506992b122a8871de83fbe0b421e (patch) | |
tree | e87a15bc0d2cbca35023d5d5bdd8cadd0660099f /doc/cli.sh | |
parent | fe834f887ed81f09bfbc557f553263310cf94074 (diff) |
Document task manifest repository-type value as optional
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ function compile_doc () # <file> <prefix> <suffix> --generate-html --html-suffix .xhtml \ --html-prologue-file doc-prologue.xhtml \ --html-epilogue-file doc-epilogue.xhtml \ +--link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ --output-prefix "$2" \ --output-suffix "$3" \ "$1" |