diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:38:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:38:58 +0300 |
commit | 799663afc269f6a244857003d2d94d8fa1f9f603 (patch) | |
tree | efaca23e247c3d4cd5788a03ac25f46ebe9a91f0 | |
parent | 079efb5d895ff9986ce63cde287431a184f662a6 (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{GPLv2 INSTALL LICENSE NEWS README} manifest +./: {*/ -build/ -m4/} doc{INSTALL NEWS README} legal{GPLv2 LICENSE} manifest # Don't install tests or the INSTALL file. # |