From d6d29afcdfac93e855b2ab7b96b08ba1335ad009 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 5 Mar 2020 19:05:34 +0300 Subject: Don't mention CONTRIBUTING.md in buildfile --- buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildfile b/buildfile index 18e5bd4..078d845 100644 --- a/buildfile +++ b/buildfile @@ -1,8 +1,8 @@ # file : buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/} \ - doc{INSTALL LICENSE AUTHORS LEGAL NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL LICENSE AUTHORS LEGAL NEWS README} \ manifest # Don't install tests or the INSTALL file. -- cgit v1.1