aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-28 15:43:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-28 15:43:54 +0300
commitc2cf5867b7c80fa0a24ddf1a509f726739771b43 (patch)
tree12c5db96a451db4cce5c327eb113402968a00dcc /buildfile
parent7d02874cf4c7c0ced29750905b96c02ff383e3d0 (diff)
Switch to version module
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/buildfile b/buildfile
index 9442683..b3d84fa 100644
--- a/buildfile
+++ b/buildfile
@@ -2,9 +2,10 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-d = bbot/ tests/
-./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
-include $d
+./: bbot/ tests/ doc{INSTALL 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 file.
#