diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:40:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-10 14:40:30 +0300 |
commit | 51947d601f7a619d995cce4d9ba3a93816f8022a (patch) | |
tree | bd194765b53cd88c02bf25675410437cea9c6285 /buildfile | |
parent | 816be88254a5473e053bde92c9b422fda66eec70 (diff) |
Distribute and install LICENSE and COPYRIGHT files
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -17,7 +17,11 @@ BOOTSTRAP-WINDOWS-MSVC \ BOOTSTRAP-WINDOWS-CLANG \ BOOTSTRAP-WINDOWS-MINGW -./: $d doc{$i README CONTRIBUTING.md} cli{$i} file{build.sh build-*} manifest +./: $d \ + doc{$i LICENSE COPYRIGHT README CONTRIBUTING.md} \ + cli{$i} \ + file{build.sh build-*} \ + manifest # Don't install the BOOTSTRAP/INSTALL files. But UPGRADE could be useful. # |