aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-07-31 21:54:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-31 21:54:58 +0300
commitb7624203fe03bc7542da050257a590cc9adf776b (patch)
tree9700fea2cc316dd7022138d016e877129e5f10d9
parent1d49d21d7d63c671ada39aa50ae5243d38b6ef8b (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 d4dc7af..efb049e 100644
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL LICENSE AUTHORS NEWS README} manifest
+./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE AUTHORS} manifest
# Don't install tests or the INSTALL file.
#