aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 13:43:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 13:43:44 +0300
commit1b25edebd93a239ea801658bf37e0d7f1a1fb210 (patch)
treeed545bd4ec8bc56d4ea15103153290f69f21f84a
parent0686a96f3b3ec3c03ffbcff08e89f189586cbebc (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 d45c607..d7329c2 100644
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : ODB NCUEL; see accompanying LICENSE file
-./: {*/ -build/ -m4/} doc{NCUEL INSTALL LICENSE NEWS README} manifest
+./: {*/ -build/ -m4/} doc{INSTALL NEWS README} legal{NCUEL LICENSE} manifest
# Don't install tests or the INSTALL file.
#