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
commit45bde7e6a53666b005e7487b64b7118c8fcb2593 (patch)
tree2883280fcb3833c51d1decbe6c0c15ea6abccb82
parent994862bfd1864cc2079cdb7b870df09b875e39ba (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 9b2d938..d8e9d82 100644
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL LICENSE AUTHORS LEGAL NEWS README} manifest
+./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE AUTHORS LEGAL} manifest
# Don't install tests or the INSTALL file.
#