summaryrefslogtreecommitdiff
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
parent4118be8f4b4ccc7eac94d0eee7f3e96d83307000 (diff)
Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)
-rw-r--r--cli-examples/buildfile2
-rw-r--r--cli-tests/buildfile2
-rw-r--r--cli/buildfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/cli-examples/buildfile b/cli-examples/buildfile
index 53d51dd..0b5a143 100644
--- a/cli-examples/buildfile
+++ b/cli-examples/buildfile
@@ -1,4 +1,4 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{LICENSE README} manifest
+./: {*/ -build/} doc{README} legal{LICENSE} manifest
diff --git a/cli-tests/buildfile b/cli-tests/buildfile
index 53d51dd..0b5a143 100644
--- a/cli-tests/buildfile
+++ b/cli-tests/buildfile
@@ -1,4 +1,4 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{LICENSE README} manifest
+./: {*/ -build/} doc{README} legal{LICENSE} manifest
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.
#