aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 18:27:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 18:31:04 +0200
commitfaf69983e43f51130d2edaf5109f978ec4e628e6 (patch)
treeb330039e09f4f326479b2a903d5fc51a68f4ab9b /buildfile
parentd4f832e6d8e3f6e503b5123eb1ab71d77e558fcb (diff)
Switch to version module
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 8f80581..b0b2ee2 100644
--- a/buildfile
+++ b/buildfile
@@ -14,9 +14,10 @@ BOOTSTRAP-UNIX \
BOOTSTRAP-WINDOWS
./: $d doc{$i README version} cli{$i} \
-file{build.sh build-msvc.bat build-mingw.bat}
+ file{build.sh build-msvc.bat build-mingw.bat manifest}
-include $d
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
# Don't install the BOOTSTRAP/INSTALL files. But UPGRADE could be useful.
#