aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-06 08:28:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-06 10:57:44 +0200
commit09b1d3ff6e0d0db3210207b94c6106ea647e9318 (patch)
tree187d21d22955e145f1a8ffd376d773da4ad7b210 /doc
parent8f1a2ab7bd19e0f4bdf7f173c20078df96b0e12d (diff)
Add argument grouping support for dependencies in bdep-{sync,init}
Diffstat (limited to 'doc')
-rw-r--r--doc/buildfile6
-rwxr-xr-xdoc/cli.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/buildfile b/doc/buildfile
index 0b2dd63..aafb934 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -24,9 +24,9 @@ css{*}: extension = css
define xhtml: doc
xhtml{*}: extension = xhtml
-./: {man1 xhtml}{bdep bdep-common-options bdep-projects-configs \
- bdep-default-options-files $cmds} \
- css{common pre-box man} \
+./: {man1 xhtml}{bdep bdep-common-options bdep-projects-configs \
+ bdep-argument-grouping bdep-default-options-files $cmds} \
+ css{common pre-box man} \
file{man-*}
./: file{cli.sh}
diff --git a/doc/cli.sh b/doc/cli.sh
index dc44239..b6405c5 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -83,7 +83,7 @@ compile "bdep" $o --output-prefix "" --class-doc bdep::commands=short --class-do
# the help topics sections in bdep/buildfile and help.cxx.
#
pages="new help init sync fetch status ci release publish deinit config test \
-update clean projects-configs default-options-files"
+update clean projects-configs argument-grouping default-options-files"
for p in $pages; do
compile $p $o