update AUTHORS

This commit is contained in:
Christian Hergert
2016-04-13 05:43:26 -07:00
parent 08a7314c48
commit 7390930d2c
2 changed files with 19 additions and 1 deletions

18
AUTHORS
View File

@ -1,3 +1,21 @@
# Generated by Makefile. Do not edit.
Bastien Nocera
Behdad Esfahbod
Christian Hergert
Damien Lespiau
Geoffrey Keating
Jakub Steiner
Javier Jardón
Jeffrey Stedfast
Kristian Høgsberg
Matthias Clasen
Michel Dänzer
M Joonas Pihlaja
Nix
Owen Taylor
Paolo Borelli
Pascal Terjan
Pauli Nieminen
Robert Love
Søren Sandmann Pedersen

View File

@ -10,7 +10,7 @@ AUTHORS:
echo Creating $@ && \
( cd "$(top_srcdir)" && \
echo '# Generated by Makefile. Do not edit.'; echo; \
git log --no-merges --pretty=format:"%an" $(SUBDIRS) \
git log --no-merges --pretty=format:"%an" . $(SUBDIRS) \
| sort | uniq ) > $@.tmp \
&& mv -f $@.tmp $@ \
|| ( rm -f $@.tmp ; \