diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-29 15:11:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-29 15:11:47 +0200 |
commit | 235d44e374864005502c3591c5787c115845e1de (patch) | |
tree | 3cbca0796ea39d17cb68b751400b22b3b34dd92f /doc | |
parent | 381ab3f108b8878c193a5d7dd06a96193daf3f25 (diff) |
Fix bug in doc/buildfile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildfile b/doc/buildfile index 564ed7a..359c70f 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -26,7 +26,7 @@ define xhtml: doc xhtml{*}: extension = xhtml ./: {man1 xhtml}{bdep bdep-common-options bdep-projects-configs \ - default-options-files $cmds} \ + bdep-default-options-files $cmds} \ css{common pre-box man} \ file{man-*} |