diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:16:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:16:05 +0300 |
commit | de048121f1026c647875ccb0ed320a2f9b7db2dd (patch) | |
tree | a3959c3af94365dd8e1119913d1f770230a1b5e8 /buildfile | |
parent | 25c4b5fa2285ee00d94310f2491cc9cf6334d62a (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. # |