From 1cab4fbd051ee5a71f073446ad5ad1b3d79f1031 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 May 2018 12:48:51 +0200 Subject: Update documentation --- bpkg/cfg-create.cli | 10 +++++----- doc/cli.sh | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index 73d2ab7..a7eb1f4 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -24,17 +24,17 @@ namespace bpkg The \cb{cfg-create} command creates a new \cb{bpkg} configuration with the specified \cb{build2} modules and configuration variables. The - \cb{bpkg} configuration itself is a build system configuration; see the - \cb{build2} \cb{create} meta-operation for details. + \cb{bpkg} configuration itself is a build system configuration; see + build system driver (\l{b(1)}) \cb{create} meta-operation for details. Unless the \cb{--wipe} option is specified, \cb{cfg-create} expects the configuration directory to be empty or to not exist (in which case it will be created). By default, the resulting configuration loads the \cb{config}, \cb{test}, - and \cb{install} modules. However, additional modules and, if required, - their configuration variables can be specified as the \cb{cfg-create} - arguments. For example: + \cb{dist}, and \cb{install} modules. However, additional modules and, if + required, their configuration variables can be specified as the + \cb{cfg-create} arguments. For example: \ bpkg create cxx config.cxx=clang++ config.install.root=/usr/local diff --git a/doc/cli.sh b/doc/cli.sh index a9d8a6c..f04da12 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -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 -- cgit v1.1