diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:00:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:02:28 +0300 |
commit | 128f0648d0bbafcd805a8c87d33fddf596e72590 (patch) | |
tree | c08549eb7fd746c900e28a116ef55ce36ab1647e /buildfile | |
parent | 41bdbc068a179ade1b2f76f506afa7dd0716aad5 (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 @@ ./: 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 |