From 1d1335b5ff32c55aad049617d92fe1bbced46572 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 Aug 2016 00:38:12 +0300 Subject: Build infrastructure update --- buildfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'buildfile') 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 -- cgit v1.1