aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-05 19:14:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-05 19:14:18 +0300
commite7baa0a250eea650d5f679b85ae92eda4b554cc6 (patch)
tree714e61a369085a2fc21eb76ebfbf621410368e63 /buildfile
parentd928539a689ff757eaa06b33c3d4222e96f9ca57 (diff)
Don't mention CONTRIBUTING.md in buildfile
Diffstat (limited to '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.