aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-28 16:00:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-28 16:02:28 +0300
commit128f0648d0bbafcd805a8c87d33fddf596e72590 (patch)
treec08549eb7fd746c900e28a116ef55ce36ab1647e /buildfile
parent41bdbc068a179ade1b2f76f506afa7dd0716aad5 (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 53b4f37..3ff0861 100644
--- a/buildfile
+++ b/buildfile
@@ -4,6 +4,9 @@
./: bbot/ etc/ unit-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