summaryrefslogtreecommitdiff
path: root/cli/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 14:18:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 14:18:45 +0300
commitf2fcd319a8a140eba983e2dfea8d81ad82f504f5 (patch)
tree952aab7863bdb15e814f6f9cf399a53b541f72a3 /cli/buildfile
parent4118be8f4b4ccc7eac94d0eee7f3e96d83307000 (diff)
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
Diffstat (limited to 'cli/buildfile')
-rw-r--r--cli/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/buildfile b/cli/buildfile
index 832328a..3f0ccb0 100644
--- a/cli/buildfile
+++ b/cli/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest
+./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE} manifest
# Don't install unit tests or the INSTALL file.
#