aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-28 16:46:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-28 16:46:06 +0300
commit0de08dc04a93585d5279a71ea3fd6dd59cbbead8 (patch)
treec8178ccdda3e06b04d0d51d2699261a6b22fecd4 /buildfile
parent241afb3b9982d9c6d836b6dbbcef10418d80299c (diff)
Switch to version module
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.
#