From aae351ab537a4c7b62511ef72a8b3822c7722b2c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 May 2018 14:45:38 +0200 Subject: Factor repository types documentation into bpkg-repository-types(1) --- bpkg/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/buildfile') 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 -- cgit v1.1