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