diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:28:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:28:44 +0200 |
commit | b2b169b6a5d92bb662637721a2bafa73d88bce35 (patch) | |
tree | c801439f4872fb5ba9154855b6d7e4762eec510d /buildfile | |
parent | 22f3ffe90badb381c07e943b65aca9bde4911992 (diff) |
build2 build system fixes
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,4 +6,7 @@ d = odb/sqlite/ tests/ ./: $d doc{GPLv2 INSTALL LICENSE NEWS README version} file{manifest} include $d +# Don't install tests or the INSTALL file. +# +dir{tests/}: install = false doc{INSTALL}@./: install = false |