diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:17:44 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:17:44 +0300 |
commit | 98a10f6569516346619182253a915e0194aad257 (patch) | |
tree | 6b82698d8c977147f210a42006623dd39db2b682 | |
parent | d65be72b09d05453c082527ea9d6af0585e98bbc (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. # |