diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:21:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:21:11 +0300 |
commit | d1f8714993bc4ce763080c142830e1e58e0a4176 (patch) | |
tree | 61c6d89ac516db5c54754155e9803aef61ca8631 /buildfile | |
parent | 62ea5a9d85836611b29faa8d98e6cda4adf532fe (diff) |
Distribute and install COPYRIGHT file
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 NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL-PUBLISH LICENSE COPYRIGHT NEWS README CONTRIBUTING.md} \ manifest # Don't install tests or the INSTALL* files. |