diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-28 12:22:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-28 12:22:53 +0200 |
commit | d0630a5c4106adc173428bce882a406bef464215 (patch) | |
tree | 5828d4ab489881b03f1099ff45eea859668ae80c /doc | |
parent | 0a3190ffb05374961ee3a26fa64936399681d2a2 (diff) |
Add bdep-default-options-files(1) help topic
Diffstat (limited to 'doc')
-rw-r--r-- | doc/buildfile | 5 | ||||
-rwxr-xr-x | doc/cli.sh | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/buildfile b/doc/buildfile index 2e31fc0..564ed7a 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -25,8 +25,9 @@ css{*}: extension = css define xhtml: doc xhtml{*}: extension = xhtml -./: {man1 xhtml}{bdep bdep-common-options bdep-projects-configs $cmds} \ - css{common pre-box man} \ +./: {man1 xhtml}{bdep bdep-common-options bdep-projects-configs \ + default-options-files $cmds} \ + css{common pre-box man} \ file{man-*} ./: file{cli.sh} @@ -63,10 +63,10 @@ o="--suppress-undocumented --output-prefix bdep- --class-doc bdep::common_option compile "common" $o --output-suffix "-options" --class-doc bdep::common_options=long compile "bdep" $o --output-prefix "" --class-doc bdep::commands=short --class-doc bdep::topics=short -# NOTE: remember to update a similar list in buildfile. +# NOTE: remember to update a similar list in buildfile as well as in bdep.cli. # pages="new help init sync fetch status ci release publish deinit config test \ -update clean projects-configs" +update clean projects-configs default-options-files" for p in $pages; do compile $p $o |