diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:13:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:13:18 +0300 |
commit | 5fb6e5041b65150ec1c78d5e39caeb23e2f9a531 (patch) | |
tree | b4de349a1a1f41d4a24ff4fb83d3f078774afd72 /buildfile | |
parent | 26510b8f0ca5bc764c7851eb737197b33ee915c9 (diff) |
Distribute and install COPYRIGHT file
Diffstat (limited to 'buildfile')
-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. # |