diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:43:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:43:46 +0300 |
commit | 443802c882885b16fae7f89ef2efafb0cfffd4e8 (patch) | |
tree | 684952415f8dcefa51d25382b7be271165b04014 | |
parent | a1d149ddc5e938009e5bd9eb179c9498f93582c3 (diff) |
Distribute and install COPYRIGHT file
-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/ -web/} \ - doc{LICENSE NEWS README INSTALL* CONTRIBUTING.md} \ +./: {*/ -build/ -web/} \ + doc{LICENSE COPYRIGHT NEWS README INSTALL* CONTRIBUTING.md} \ manifest # Don't install tests or the INSTALL* files. |