aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-05 19:26:08 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-05 21:13:11 +0300
commit10e53f88c43450f433f87f7fd2c632611dfa58c0 (patch)
tree0a7ed343ac3716ea8f3ff097ff40982fc818bbc5 /buildfile
parentfbfc6247b65ee84236993209962539f45b9429fa (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 8db81d2..b706af1 100644
--- a/buildfile
+++ b/buildfile
@@ -1,8 +1,8 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} \
- doc{INSTALL-PUBLISH LICENSE AUTHORS NEWS README CONTRIBUTING.md} \
+./: {*/ -build/} \
+ doc{INSTALL-PUBLISH LICENSE AUTHORS NEWS README} \
manifest
# Don't install tests or the INSTALL* files.