diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:20:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:20:35 +0300 |
commit | 67ab77401f4b1c4580b7ce54a783843e31a55ebb (patch) | |
tree | 5019b38ca687ddff583cdf6b7709970538a5586f /buildfile | |
parent | ba7cfc928eac37c6aa82351f8bde76abd0368835 (diff) |
Switch to version module
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,8 +2,10 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = bpkg/ tests/ doc/ -./: $d doc{INSTALL LICENSE NEWS README version} file{manifest} +./: bpkg/ tests/ doc/ 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. # |