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/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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