From bb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 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