aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-26 11:36:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 11:11:12 +0200
commitd788910fc30b78b375fc406a17e0e0c62cb1aa1b (patch)
tree90b426e3210171c373159eadcb3ebfdc33665a21 /buildfile
parent112a4857e26c7116256ce745d9b7c4d17e78edd8 (diff)
Update to use version module
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.
#