aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 12:13:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 12:13:53 +0200
commitc470ddbfccef5c33f204535cb9327abdc6fcf2e2 (patch)
tree407924e71ba1273b38088c546b51a5677fcd40d2 /buildfile
parent8c321554b1ea0c81efdea5e0921b6f391708d721 (diff)
Switch to version module
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildfile b/buildfile
index c63d3dd..05995b1 100644
--- a/buildfile
+++ b/buildfile
@@ -4,6 +4,9 @@
./: butl/ 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.
#
dir{tests/}: install = false