From bd3fb4a1324228b768bfa1f34ab4ce12539eb45b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 May 2018 09:18:29 +0200 Subject: Add manifest{} target type ('manifest' file name automatically mapped as such) --- buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 7c129d8..38c95ce 100644 --- a/buildfile +++ b/buildfile @@ -4,7 +4,7 @@ ./: {*/ -build/ -config/ -old-tests/} \ doc{INSTALL LICENSE NEWS README version} \ - file{INSTALL.cli bootstrap* config.guess config.sub manifest} + file{INSTALL.cli bootstrap* config.guess config.sub} manifest # The version file is auto-generated (by the version module) from manifest. # Include it in distribution and don't remove when cleaning in src (so that -- cgit v1.1