From: Lennart Poettering Date: Wed, 23 Jun 2010 14:13:43 +0000 (+0200) Subject: build-sys: add make target for updating AUTHORS file X-Git-Tag: dbus-1.3.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7743435c2fa8efa10c7b42a6c6b096c7fe4283c;p=thirdparty%2Fdbus.git build-sys: add make target for updating AUTHORS file --- diff --git a/Makefile.am b/Makefile.am index f52147027..733abab24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,3 +58,6 @@ check-coverage: echo "Need to reconfigure with --enable-gcov" endif + +update-authors: + git shortlog -s -e | cut -c 8- | sort > AUTHORS