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 | baad8728f997626967dffe8501915474fefc2240 (patch) | |
tree | eb44d63021eb921e1c1a6dbd498a560ee1a41bea | |
parent | e215795bd6f11daf6101eeba4f5c519dafa0eb62 (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 : TBC; see accompanying LICENSE file -./: {*/ -tests/ -build/} \ - doc{INSTALL LICENSE NEWS README} \ +./: {*/ -tests/ -build/} \ + doc{INSTALL NEWS README} legal{LICENSE} \ manifest # Don't install tests or the INSTALL file. |