diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-01 09:51:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-01 09:51:15 +0200 |
commit | eace57190b5577197ea802146e75a4c81a2a5a6e (patch) | |
tree | 457b6c4684571d6f5d87a9ce44775e6a2c02daa1 /buildfile | |
parent | 7d3a98b7cdb61ce269ae5b24d4582d93bf69aa35 (diff) |
Add install support
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,5 +3,7 @@ # license : MIT; see accompanying LICENSE file d = libbutl/ build2/ libbpkg/ bpkg/ -./: $d file{version} +./: $d doc{INSTALL} file{version} include $d + +$src_base/doc{INSTALL}: install = false |