diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 19:05:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 19:05:34 +0300 |
commit | d6d29afcdfac93e855b2ab7b96b08ba1335ad009 (patch) | |
tree | 8009bc44726b63afbea37303db49b860a9880a40 | |
parent | 6b887fdf26beee6039e7017f60c1859c22fced00 (diff) |
Don't mention CONTRIBUTING.md in 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 LICENSE AUTHORS LEGAL NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL LICENSE AUTHORS LEGAL NEWS README} \ manifest # Don't install tests or the INSTALL file. |