diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:28:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:28:42 +0300 |
commit | b8a44445750a77e39ccd53d22a6c586b18861c55 (patch) | |
tree | afc3c8fd84c86be4cfe0886e90c0a8b554aa033b /buildfile | |
parent | 14bd2cfa967786f8c521f21ba9a05cf6fa3538cd (diff) |
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
Diffstat (limited to 'buildfile')
-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. # |