aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 12:13:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 12:13:13 +0200
commit580f67e991f9ac7f53bd9430bb74b199209e065d (patch)
tree683da4894b0604d50f1ef330ecd825adca10d40d /buildfile
parentf086522a901442599566b60271efb5a4c7691d55 (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 4304108..d8b472e 100644
--- a/buildfile
+++ b/buildfile
@@ -2,9 +2,10 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-d = bpkg/ tests/
-./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
-include $d
+./: bpkg/ 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.
#