diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-18 16:34:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-18 16:35:36 +0300 |
commit | df5a1efd9a98087167bf6eff54376e87b1d55031 (patch) | |
tree | 3dce44c20f3aa7bf705aabb1a6f9629c48750af7 /buildfile | |
parent | d1f8714993bc4ce763080c142830e1e58e0a4176 (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-PUBLISH LICENSE COPYRIGHT NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL-PUBLISH LICENSE AUTHORS NEWS README CONTRIBUTING.md} \ manifest # Don't install tests or the INSTALL* files. |