summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 15:28:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 15:28:58 +0200
commit0037d0a7d91027e280ea5bbc6b19041f1233911c (patch)
tree418da3de1e7ba381560ddad82e09d20e13de782a /buildfile
parent26ea95d6003125f868ad5b2ff129d9203d6b11eb (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 a416648..57e0f35 100644
--- a/buildfile
+++ b/buildfile
@@ -1,6 +1,7 @@
-d = hello/ tests/
-./: $d doc{INSTALL version} file{manifest}
-include $d
+./: hello/ tests/ doc{INSTALL version} file{manifest}
+
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
# Don't install tests or the INSTALL file.
#