From e7743435c2fa8efa10c7b42a6c6b096c7fe4283c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 23 Jun 2010 16:13:43 +0200 Subject: build-sys: add make target for updating AUTHORS file --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.1