diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 12:13:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 12:13:53 +0200 |
commit | c470ddbfccef5c33f204535cb9327abdc6fcf2e2 (patch) | |
tree | 407924e71ba1273b38088c546b51a5677fcd40d2 /buildfile | |
parent | 8c321554b1ea0c81efdea5e0921b6f391708d721 (diff) |
Switch to version module
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |