diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:49:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:49:29 +0300 |
commit | 4e80d081bbd4531b22c84a2cf2e30bbc238d2a06 (patch) | |
tree | 4d91234e2ebc9e5411c270624ea60feb505df64f | |
parent | 2cfa37c0dcdf44cac556ad3aa346290afa90a285 (diff) |
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # file : buildfile # license : GNU GPL v2; see accompanying LICENSE file -./: {*/ -build/ -m4/} doc{INSTALL LICENSE NEWS README} manifest +./: {*/ -build/ -m4/} doc{INSTALL NEWS README} legal{LICENSE} manifest # Don't install tests or the INSTALL file. # |