diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 08:41:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 08:41:33 +0200 |
commit | 66f0573794549f53a0c66fb0c0afe9ade645bbd1 (patch) | |
tree | a768f3c7ac7f6defc5c80656a98dbe6c44a7f822 | |
parent | 5b845435dc330c312976b1eef59913da370572cc (diff) |
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r-- | buildfile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -17,10 +17,11 @@ BOOTSTRAP-WINDOWS-MSVC \ BOOTSTRAP-WINDOWS-CLANG \ BOOTSTRAP-WINDOWS-MINGW -./: $d \ - doc{$i LICENSE AUTHORS README} \ - cli{$i} \ - file{build.sh build-*} \ +./: $d \ + doc{$i README} \ + legal{LICENSE AUTHORS} \ + cli{$i} \ + file{build.sh build-*} \ manifest # Don't install the BOOTSTRAP/INSTALL files. But UPGRADE could be useful. |