aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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}