diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 00:38:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 02:36:45 +0300 |
commit | 1d1335b5ff32c55aad049617d92fe1bbced46572 (patch) | |
tree | 6f8ae0abbc3d286c951d411c8e0e9a6fad2156a4 /buildfile | |
parent | cbe25ebe1e97fd1064e7479447122deb5589140f (diff) |
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,4 +6,7 @@ d = bpkg/ doc/ ./: $d doc{INSTALL LICENSE NEWS README version} file{manifest} include $d -doc{INSTALL*}: install = false +# Don't install tests or the INSTALL file. +# +dir{tests/}: install = false +doc{INSTALL}@./: install = false |