aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-05 14:45:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-05 14:45:38 +0200
commitaae351ab537a4c7b62511ef72a8b3822c7722b2c (patch)
tree49450b294283fd2b122024c16774c1e81b725244 /bpkg/buildfile
parent05ca2987142b95925dba36a9eaef2c22a0f32081 (diff)
Factor repository types documentation into bpkg-repository-types(1)
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 43bfe53..6f24025 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -42,7 +42,7 @@ rep-info-options \
rep-list-options \
rep-remove-options
-help_topics = repository-signing
+help_topics = repository-signing repository-types
exe{bpkg}: \
{hxx ixx txx cxx}{** -{$options_topics} -{$help_topics} -*-odb -version} \
@@ -112,6 +112,7 @@ if $cli.configured
# Help topics.
#
cli.cxx{repository-signing}: cli{repository-signing}
+ cli.cxx{repository-types}: cli{repository-types}
# Option length must be the same to get commands/topics/options aligned.
#
@@ -132,7 +133,8 @@ bpkg::pkg_build_pkg_options=exclude-base --generate-modifier
# Avoid generating CLI runtime and empty inline file for help topics.
#
- cli.cxx{repository-signing}: cli.options += --suppress-cli --suppress-inline
+ cli.cxx{repository-signing repository-types}: cli.options += --suppress-cli \
+--suppress-inline
# Include the generated cli files into the distribution and don't remove
# them when cleaning in src (so that clean results in a state identical to