From f2fcd319a8a140eba983e2dfea8d81ad82f504f5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 1 Aug 2020 14:18:45 +0300 Subject: Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc) --- cli-examples/buildfile | 2 +- cli-tests/buildfile | 2 +- cli/buildfile | 2 +- 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. # -- cgit v1.1