aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 13:23:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 13:24:04 +0300
commit5357553e628a5c7b015939996db9f9fa29e809d4 (patch)
tree98b803f2317af8e6b34fd6c48684988d7a864e83
parentc983106852be7afc15fc6ad1e9937eaebba52eb2 (diff)
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r--buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 63cdd01..406853f 100644
--- a/buildfile
+++ b/buildfile
@@ -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.
#