aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 11a874e..a6a08ae 100644
--- a/buildfile
+++ b/buildfile
@@ -3,9 +3,10 @@
# license : MIT; see accompanying LICENSE file
d = bpkg/ tests/
-./: $d doc{LICENSE NEWS README version} file{manifest}
+./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
include $d
-# Don't install tests.
+# Don't install tests or the INSTALL file.
#
dir{tests/}: install = false
+doc{INSTALL}@./: install = false