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 208b1e7..c0df1b9 100644
--- a/buildfile
+++ b/buildfile
@@ -2,9 +2,11 @@
# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-d = xml/ examples/ tests/ doc/
-./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
-include $d
+./: xml/ examples/ tests/ doc/ doc{INSTALL LICENSE NEWS README version} \
+ file{manifest}
+
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
# Don't install examples, tests or the INSTALL file.
#