aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-08-11 20:17:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-08-13 11:55:24 +0300
commitd1fa0047be1db658b165514dc429ce494517b39c (patch)
treebe114b36341ee49b3d835687291974a0ac3661ed /doc
parentaac298fcef914b99cf28d9cf1f4f58cc6714fb92 (diff)
Add support for cfg-unlink
Diffstat (limited to 'doc')
-rw-r--r--doc/buildfile1
-rwxr-xr-xdoc/cli.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/buildfile b/doc/buildfile
index 3af1782..d1592aa 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -5,6 +5,7 @@ cmds = \
bpkg-cfg-create \
bpkg-cfg-info \
bpkg-cfg-link \
+bpkg-cfg-unlink \
bpkg-help \
bpkg-pkg-build \
bpkg-pkg-checkout \
diff --git a/doc/cli.sh b/doc/cli.sh
index a2942bb..40e1c1f 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -78,7 +78,7 @@ compile "pkg-build" $o --class-doc bpkg::pkg_build_pkg_options=exclude-base
# NOTE: remember to update a similar list in buildfile and bpkg.cli as well as
# the help topics sections in bpkg/buildfile and help.cxx.
#
-pages="cfg-create cfg-info cfg-link help pkg-clean pkg-configure \
+pages="cfg-create cfg-info cfg-link cfg-unlink help pkg-clean pkg-configure \
pkg-disfigure pkg-drop pkg-fetch pkg-checkout pkg-install pkg-purge \
pkg-status pkg-test pkg-uninstall pkg-unpack pkg-update pkg-verify rep-add \
rep-remove rep-list rep-create rep-fetch rep-info repository-signing \