diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-15 11:39:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-21 04:46:55 +0200 |
commit | 8166e873c0cad830001ff84a15450cd9a7958c19 (patch) | |
tree | 298acca1cb08d147522cd4cdabc546f76f7b223a /doc | |
parent | 112428df3d899af280aca6f03c721bc7065bb787 (diff) |
WIP
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -78,14 +78,16 @@ compile "bpkg" $o --output-prefix "" --class-doc bpkg::commands=short --class-do compile "pkg-build" $o --class-doc bpkg::pkg_build_pkg_options=exclude-base +compile "pkg-bindist" $o --class-doc bpkg::pkg_bindist_debian_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 cfg-unlink help pkg-bindist 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 \ -repository-types argument-grouping default-options-files" +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 repository-types \ +argument-grouping default-options-files" for p in $pages; do compile $p $o |