build-sys: add make target for updating AUTHORS file dbus-1.3.1
authorLennart Poettering <lennart@poettering.net>
Wed, 23 Jun 2010 14:13:43 +0000 (16:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Jun 2010 14:13:43 +0000 (16:13 +0200)
Makefile.am

index f521470..733abab 100644 (file)
@@ -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