diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-30 16:56:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-31 17:49:58 +0300 |
commit | 7d03940f6816329fa9ae131591717749bc76be5a (patch) | |
tree | 4bd95c2c08261cb67a4b21a9040645de902e2925 /doc/buildfile | |
parent | dad48d98b1a57706179c34853950588ec75a8467 (diff) |
Document default options files for commands
Diffstat (limited to 'doc/buildfile')
-rw-r--r-- | doc/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/buildfile b/doc/buildfile index d1e80b2..6d3097d 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -34,7 +34,8 @@ define xhtml: doc xhtml{*}: extension = xhtml ./: {man1 xhtml}{bpkg bpkg-common-options bpkg-repository-signing \ - bpkg-repository-types bpkg-argument-grouping $cmds} \ + bpkg-repository-types bpkg-argument-grouping \ + bpkg-default-options-files $cmds} \ css{common pre-box man} \ file{man-*} |