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 | 436fd5437eb10463aa8e7cbf8751b91797d1402f (patch) | |
tree | ed1ed6bd4ff9f6a41776c8eec56224438075dc80 /buildfile | |
parent | cfbc9e176c3a3679369c968edfc8134240b1da6c (diff) |
Switch to version module
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ -d = format/ -./: $d doc{version} file{manifest} -include $d +./: format/ doc{version} file{manifest} + +doc{version}: file{manifest} # Generated by the version module. +doc{version}: dist = true |