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

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 ; \