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 f521470278758e50603da1d0125ab55fa65cec01..733abab24c1f005f5f88c88c3f7e7f6e94f9262b 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