aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-20 13:19:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-20 13:19:54 +0200
commit1b76b443a64b94a4901188587c128fdc461baf48 (patch)
tree4665dad8eeee423b847ad6e3e6bc24d587d6a688 /bpkg/buildfile
parenta7328a438ed26dc0d74238a575c118ca82892b5e (diff)
Add stub for repository-signing help topic
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 5067780..b59783b 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -45,6 +45,7 @@ exe{bpkg}: \
{hxx cxx}{ rep-create } {hxx ixx cxx}{ rep-create-options } \
{hxx cxx}{ rep-fetch } {hxx ixx cxx}{ rep-fetch-options } \
{hxx cxx}{ rep-info } {hxx ixx cxx}{ rep-info-options } \
+ {hxx cxx}{ repository-signing } \
{hxx cxx}{ satisfaction } \
{hxx }{ types } \
{hxx cxx}{ types-parsers } \
@@ -103,6 +104,10 @@ if! $cli.loaded
{hxx ixx cxx}{rep-info-options}: cli{rep-info}
{hxx ixx cxx}{rep-create-options}: cli{rep-create}
+# Help topics.
+#
+{hxx cxx}{repository-signing}: cli{repository-signing}
+
# Option length must be the same to get commands/topics/options aligned.
#
cli.options += -I $src_root --include-with-brackets --include-prefix bpkg \
@@ -116,6 +121,10 @@ cli.cxx{bpkg-options}: cli.options += --short-usage --suppress-undocumented
cli.options += --long-usage # All other pages -- long usage.
+# Avoid generating CLI runtime and empty inline file for help topics.
+#
+cli.cxx{repository-signing}: cli.options += --suppress-cli --suppress-inline
+
# Include generated cli files into the distribution.
#
hxx{*-options}: dist = true