diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 15:28:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 15:28:58 +0200 |
commit | 09ef37f84eebf735dc7f5a65936044d27bb70590 (patch) | |
tree | 60178dbf470a5cbf451f7b9626f98f4e7bb6079e /buildfile | |
parent | c2e5c72f11fc5991ca508545d300c9b9edf64e33 (diff) |
Switch to version module
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. # |