From e879c347f4f05dac5405bcc45ae2d5c9dde5447c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 15:30:39 +0200 Subject: Add support for target visibility, use for dist, test, install This means we can no longer write: install = false Now it should be: *: install = false --- buildfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 7e6d682..45bcdcc 100644 --- a/buildfile +++ b/buildfile @@ -11,4 +11,7 @@ file{INSTALL.cli config.guess config.sub 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