diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:22:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:22:07 +0300 |
commit | 7f7af331674f52f0155b4bcba4f511d5acf4dd00 (patch) | |
tree | 65b62e0f7e5d56990aea4500b2ebbaeb3787297c | |
parent | 3e5686780ba41ffe035e24c57c81f58fb0107715 (diff) |
Distribute and install COPYRIGHT file
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ # file : buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/} doc{INSTALL LICENSE NEWS README CONTRIBUTING.md} manifest +./: {*/ -build/} \ + doc{INSTALL LICENSE COPYRIGHT NEWS README CONTRIBUTING.md} \ + manifest # Don't install tests or the INSTALL file. # |