diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 1 | ||||
-rw-r--r-- | doc/manual.cli | 8 |
2 files changed, 6 insertions, 3 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" diff --git a/doc/manual.cli b/doc/manual.cli index ec16227..0a94e74 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -317,7 +317,7 @@ name: <package-name> version: <package-version> #location: <package-url> repository-url: <repository-url> -repository-type: pkg|git|dir +[repository-type]: pkg|git|dir [trust]: <repository-fp> machine: <machine-name> @@ -357,10 +357,12 @@ The URL of the repository that contains the package and its dependencies. \h2#arch-task-repository-type|\c{repository-type}| \ -repository-type: pkg|git|dir +[repository-type]: pkg|git|dir \ -The repository type (see \c{repository-url} for details). +The repository type (see \c{repository-url} for details). Alternatively, the +repository type can be specified as part of the URL scheme. See +\l{bpkg-repository-types(1)} for details. \h2#arch-task-trust|\c{trust}| |