aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-31 00:38:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-31 02:36:45 +0300
commit1d1335b5ff32c55aad049617d92fe1bbced46572 (patch)
tree6f8ae0abbc3d286c951d411c8e0e9a6fad2156a4 /buildfile
parentcbe25ebe1e97fd1064e7479447122deb5589140f (diff)
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 86b0071..16b3e82 100644
--- a/buildfile
+++ b/buildfile
@@ -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