aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-18 17:55:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-18 17:55:25 +0300
commit7252383e2f5910b585fb049180e3e32980a8c2c8 (patch)
treebe326dd448c382ae0d454890fe212f1e86459729 /buildfile
parent626555724d735e94fbd56491417133a986ab8187 (diff)
New LICENSE/AUTHORS arrangement
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildfile b/buildfile
index 557dbf4..055db7a 100644
--- a/buildfile
+++ b/buildfile
@@ -17,10 +17,10 @@ BOOTSTRAP-WINDOWS-MSVC \
BOOTSTRAP-WINDOWS-CLANG \
BOOTSTRAP-WINDOWS-MINGW
-./: $d \
- doc{$i LICENSE COPYRIGHT README CONTRIBUTING.md} \
- cli{$i} \
- file{build.sh build-*} \
+./: $d \
+ doc{$i LICENSE AUTHORS README CONTRIBUTING.md} \
+ cli{$i} \
+ file{build.sh build-*} \
manifest
# Don't install the BOOTSTRAP/INSTALL files. But UPGRADE could be useful.