aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-05 19:05:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-05 19:05:34 +0300
commitd6d29afcdfac93e855b2ab7b96b08ba1335ad009 (patch)
tree8009bc44726b63afbea37303db49b860a9880a40
parent6b887fdf26beee6039e7017f60c1859c22fced00 (diff)
Don't mention CONTRIBUTING.md in buildfile
-rw-r--r--buildfile4
1 files 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.