aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-01 08:41:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-01 08:41:33 +0200
commit345d77cedb31302c3ea68106a044646604257bb5 (patch)
treef02cf3032fbe7080f9c570c17a2d347eaf50f490
parent105524ed96f162b43c0735a65fea284d07356aa2 (diff)
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index e99d796..17ba8ab 100644
--- a/buildfile
+++ b/buildfile
@@ -1,8 +1,8 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/ -web/} \
- doc{LICENSE AUTHORS LEGAL NEWS README INSTALL*} \
+./: {*/ -build/ -web/} \
+ doc{NEWS README INSTALL*} legal{LICENSE AUTHORS LEGAL} \
manifest
# Don't install tests or the INSTALL* files.