From 2c5439e096e38d1a82fcdb9746842c7f15874b4e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 11:35:59 +0200 Subject: Nicer way to not install INSTALL files --- buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfile b/buildfile index b6e14c1..eb4be9d 100644 --- a/buildfile +++ b/buildfile @@ -6,4 +6,4 @@ d = bpkg/ ./: $d doc{INSTALL LICENSE version} file{manifest} include $d -$src_base/doc{INSTALL}: install = false +doc{INSTALL*}: install = false -- cgit v1.1