aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-06 02:09:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-06 02:09:13 +0300
commit256d0d12f2dda522d07560ecaa5b34ec52adbc06 (patch)
tree1c07179b5dab3ad7b72a27ef7fb3ba2fcdf057c9 /doc
parent8a5d81391b1d52df0bab539b010a0922a2a9110b (diff)
Align with latest bdep-new some more
Diffstat (limited to 'doc')
-rw-r--r--doc/buildfile8
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}