diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 02:09:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 02:09:13 +0300 |
commit | 256d0d12f2dda522d07560ecaa5b34ec52adbc06 (patch) | |
tree | 1c07179b5dab3ad7b72a27ef7fb3ba2fcdf057c9 | |
parent | 8a5d81391b1d52df0bab539b010a0922a2a9110b (diff) |
Align with latest bdep-new some more
-rw-r--r-- | doc/buildfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/buildfile b/doc/buildfile index 84c913c..9563066 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -3,7 +3,11 @@ # license : MIT; see accompanying LICENSE file define css: file -css{*}: extension = css -css{*}: install = doc/ + +css{*}: +{ + extension = css + install = doc/ +} ./: doc{intro.xhtml} css{default} |