aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index 7a14c51..7828fa6 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -36,7 +36,7 @@ test-options \
update-options \
clean-options
-help_topics = projects-configs
+help_topics = projects-configs default-options-files
./: exe{bdep}: {hxx ixx txx cxx}{+bdep} libue{bdep}
@@ -125,7 +125,8 @@ if $cli.configured
# Help topics.
#
- cli.cxx{projects-configs}: cli{projects-configs}
+ cli.cxx{projects-configs}: cli{projects-configs}
+ cli.cxx{default-options-files}: cli{default-options-files}
# Option length must be the same to get commands/topics/options aligned.
#
@@ -153,7 +154,8 @@ if $cli.configured
# Avoid generating CLI runtime and empty inline file for help topics.
#
- cli.cxx{projects-configs}: cli.options += --suppress-cli --suppress-inline
+ cli.cxx{projects-configs}: cli.options += --suppress-cli --suppress-inline
+ cli.cxx{default-options-files}: 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