From d44cf613a9ebb26ab057d35796899981cbed71f1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:32:41 +0200 Subject: Build infrastructure update --- buildfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index ce5eae0..099ef52 100644 --- a/buildfile +++ b/buildfile @@ -6,4 +6,7 @@ d = butl/ tests/ ./: $d doc{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