summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-09-01 02:35:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-09-01 02:35:39 +0300
commit5c396d4dd3a6e2528147b55fc35b86cbcbc93524 (patch)
tree286df8113e4e540c7ef91b9bf61b72eee7d75eac /buildfile
parent16baffec18b12038f37739a41b860fdf76213be6 (diff)
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index ceb02a4..eed14d0 100644
--- a/buildfile
+++ b/buildfile
@@ -2,5 +2,11 @@
# copyright : not copyrighted - public domain
d = sqlite3/ test/
-./: $d doc{README} file{manifest}
+./: $d doc{INSTALL README} file{manifest}
include $d
+
+
+# Don't install tests or the INSTALL file.
+#
+dir{test/}: install = false
+doc{INSTALL}@./: install = false