From 66f0573794549f53a0c66fb0c0afe9ade645bbd1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Jul 2020 08:41:33 +0200 Subject: Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc) --- buildfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/buildfile b/buildfile index d889151..602069a 100644 --- a/buildfile +++ b/buildfile @@ -17,10 +17,11 @@ BOOTSTRAP-WINDOWS-MSVC \ BOOTSTRAP-WINDOWS-CLANG \ BOOTSTRAP-WINDOWS-MINGW -./: $d \ - doc{$i LICENSE AUTHORS README} \ - cli{$i} \ - file{build.sh build-*} \ +./: $d \ + doc{$i README} \ + legal{LICENSE AUTHORS} \ + cli{$i} \ + file{build.sh build-*} \ manifest # Don't install the BOOTSTRAP/INSTALL files. But UPGRADE could be useful. -- cgit v1.1