diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-18 16:23:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-18 16:24:04 +0300 |
commit | febfd38df796899e9089f044bddb78e0c4c4f463 (patch) | |
tree | 3853a86fe643cf63c6a782c9f18c520c9420561d /buildfile | |
parent | 98a10f6569516346619182253a915e0194aad257 (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. |