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 | 88d3b517c08e5a906a224b8b14730f8f80f9ae04 (patch) | |
tree | 524635acaec72b9cb9f940e89568955af0982437 /buildfile | |
parent | 5b4ba1429f07dbfb82b829c92123417a02a4fce2 (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/pgsql/ 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 |