From 6d44f821b4cf50c15b8bcd555005023a8a6a80ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:50:01 +0200 Subject: Build infrastructure update --- buildfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'buildfile') 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 -- cgit v1.1