aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
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