From 1b76b443a64b94a4901188587c128fdc461baf48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Jun 2016 13:19:54 +0200 Subject: Add stub for repository-signing help topic --- bpkg/buildfile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/buildfile') 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 -- cgit v1.1