From 7daa7916182025d737f439da5fe5d67fe1a2fb8c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Jun 2020 08:45:09 +0200 Subject: Add legal{} target type and config.install.legal variable This allows separation of legal files (LICENSE, AUTHORS, etc) from other documentation. For example: ./: ... doc{README} legal{LICENSE} $ b install ... config.install.legal=/usr/share/licenses/hello/ --- libbuild2/context.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/context.cxx') diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index 202cd35..d62965c 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -264,6 +264,7 @@ namespace build2 t.insert (); t.insert (); t.insert (); + t.insert (); t.insert (); t.insert (); -- cgit v1.1