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/buildfile | |
parent | 0a3190ffb05374961ee3a26fa64936399681d2a2 (diff) |
Add bdep-default-options-files(1) help topic
Diffstat (limited to 'doc/buildfile')
-rw-r--r-- | doc/buildfile | 5 |
1 files changed, 3 insertions, 2 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} |