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
commitbaad8728f997626967dffe8501915474fefc2240 (patch)
treeeb44d63021eb921e1c1a6dbd498a560ee1a41bea
parente215795bd6f11daf6101eeba4f5c519dafa0eb62 (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 e8ca0ab..354dfe6 100644
--- a/buildfile
+++ b/buildfile
@@ -1,8 +1,8 @@
# file : buildfile
# license : TBC; see accompanying LICENSE file
-./: {*/ -tests/ -build/} \
- doc{INSTALL LICENSE NEWS README} \
+./: {*/ -tests/ -build/} \
+ doc{INSTALL NEWS README} legal{LICENSE} \
manifest
# Don't install tests or the INSTALL file.