aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/buildfile b/buildfile
index 77566d8..5be0e5b 100644
--- a/buildfile
+++ b/buildfile
@@ -2,9 +2,11 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-d = brep/ mod/ load/ migrate/ tests/ www/ doc/ etc/
-./: $d doc{INSTALL INSTALL-DEV LICENSE NEWS README version} file{manifest}
-include $d
+./: brep/ mod/ load/ migrate/ tests/ www/ doc/ etc/ \
+ doc{INSTALL INSTALL-DEV LICENSE NEWS README version} file{manifest}
+
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
# Don't install tests or the INSTALL* files.
#