diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 19:26:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 21:13:11 +0300 |
commit | 10e53f88c43450f433f87f7fd2c632611dfa58c0 (patch) | |
tree | 0a7ed343ac3716ea8f3ff097ff40982fc818bbc5 /buildfile | |
parent | fbfc6247b65ee84236993209962539f45b9429fa (diff) |
Don't mention CONTRIBUTING.md in buildfile
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |