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 | 345d77cedb31302c3ea68106a044646604257bb5 (patch) | |
tree | f02cf3032fbe7080f9c570c17a2d347eaf50f490 | |
parent | 105524ed96f162b43c0735a65fea284d07356aa2 (diff) |
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # file : buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/ -web/} \ - doc{LICENSE AUTHORS LEGAL NEWS README INSTALL*} \ +./: {*/ -build/ -web/} \ + doc{NEWS README INSTALL*} legal{LICENSE AUTHORS LEGAL} \ manifest # Don't install tests or the INSTALL* files. |