diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-18 11:11:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-18 11:11:19 +0200 |
commit | 1fd45bb923c5a15861227a338b4be87637c6c37b (patch) | |
tree | 7a6992e1c457dd9574a416c4c170f70cbbdf916d /buildfile | |
parent | 70dcfcc83aec5e07f99f0893db6120ec5d293434 (diff) |
New LICENSE/AUTHORS arrangement
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # file : buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/} \ - doc{INSTALL LICENSE COPYRIGHT NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL LICENSE COPYRIGHT AUTHORS NEWS README CONTRIBUTING.md} \ manifest # Don't install tests or the INSTALL file. |