aboutsummaryrefslogtreecommitdiff
path: root/buildfile
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
commit417098904504a6bbd805cebdb8c808987364a8b1 (patch)
tree4161ef4a5a50683af62d37014ddd13901dbb4da4 /buildfile
parente3389587c0dd8ea19706647255246bab51f68f46 (diff)
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index b706af1..bbf30c6 100644
--- a/buildfile
+++ b/buildfile
@@ -1,8 +1,8 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} \
- doc{INSTALL-PUBLISH LICENSE AUTHORS NEWS README} \
+./: {*/ -build/} \
+ doc{INSTALL-PUBLISH NEWS README} legal{LICENSE AUTHORS} \
manifest
# Don't install tests or the INSTALL* files.