aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 13:52:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 13:54:18 +0300
commit204b55b97d107eb2d3a6d1bf94f49b74591b3416 (patch)
treedfc61bddc0630b4a51ff2f9e05f4ec15a8a2598f
parentbf04c01061bb40db4cb0b3625b55afcf8a633bf6 (diff)
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r--buildfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 7bd5ae3..4a1b0a7 100644
--- a/buildfile
+++ b/buildfile
@@ -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.
#