diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:46:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 13:46:23 +0300 |
commit | 8259f53b15714aa115db1c43fb8b1b63ddf02bd5 (patch) | |
tree | 04fce9dbf7fda1709602f98ad8a7f85d94f26f84 /buildfile | |
parent | 3c7d63e17b725f53ad141e595943add3b706293a (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{GPLv2 INSTALL LICENSE NEWS README} manifest +./: {*/ -build/ -m4/} doc{INSTALL NEWS README} legal{GPLv2 LICENSE} manifest # Don't install tests or the INSTALL file. # |