summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 16:50:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 18:14:12 +0200
commitbb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 (patch)
tree1334a6d70ca46a3955ea4895a0f2522992d10444 /buildfile
parent45afda9752d8d30bf3c606d63f7a718b32ebe7c8 (diff)
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index f846f89..a416648 100644
--- a/buildfile
+++ b/buildfile
@@ -1,3 +1,8 @@
d = hello/ tests/
-./: $d doc{version} file{manifest}
+./: $d doc{INSTALL version} file{manifest}
include $d
+
+# Don't install tests or the INSTALL file.
+#
+dir{tests/}: install = false
+doc{INSTALL}@./: install = false