summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-23 16:13:43 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-23 16:13:43 +0200
commite7743435c2fa8efa10c7b42a6c6b096c7fe4283c (patch)
tree0cf8f6d03f6d415a12f4ddc035a1f95c78c700e0
parent5f423a9414d7e88d790165b843ced21244d346f0 (diff)
build-sys: add make target for updating AUTHORS filedbus-1.3.1
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f5214702..733abab2 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