diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-14 09:32:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-17 08:58:33 +0200 |
commit | afd0b8699b009b96be34ba2a20441ecb223957ce (patch) | |
tree | 7b34b0166c994769135b2b10b4f885e0ad124a4e /doc | |
parent | 3cc61ab4a6275428520cb0fb2f18dc3e09aef28a (diff) |
Add support for generating installation archives in pkg-bindist
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cli.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,7 +78,9 @@ 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 +compile "pkg-bindist" $o \ + --class-doc bpkg::pkg_bindist_debian_options=exclude-base \ + --class-doc bpkg::pkg_bindist_archive_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. |