diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-18 17:16:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-18 18:03:43 +0300 |
commit | 2e28ca7d72e0bc55adf1fab913984a734ea9f804 (patch) | |
tree | 189a49ff4036e5ea8da677c14ba7d5fb2a2e596a /buildfile | |
parent | 13c4e508a0cfb70e2a6eba387468942e45871132 (diff) |
New LICENSE/AUTHORS arrangement
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 LICENSE COPYRIGHT NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL LICENSE AUTHORS NEWS README CONTRIBUTING.md} \ manifest # Don't install tests or the INSTALL file. |