diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 08:41:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 08:41:32 +0200 |
commit | eb9fc6bf1a1107b62caa9658f69034bae5956146 (patch) | |
tree | 28451ac237d58cd398f71743d2bf68b7099ef53f | |
parent | 2a80e9c100651ee8595959b6df37090f808eef87 (diff) |
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # license : MIT; see accompanying LICENSE file ./: {*/ -build/ -config/ -old-tests/} \ - doc{INSTALL LICENSE AUTHORS NEWS README} \ + doc{INSTALL NEWS README} legal{LICENSE AUTHORS} \ file{INSTALL.cli bootstrap* config.guess config.sub} \ manifest |