summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-10-07 10:11:55 +0200
committerHarald Hoyer <harald@redhat.com>2009-10-07 10:11:55 +0200
commit3f793c91f457650419f289993b624b310c953aa1 (patch)
tree4ef74c871b31e4ff0dcab2b3255a68a1ba29deba /Makefile
parent2dc4a31b6c7295a6c32ff4612276ec08590a778b (diff)
AUTHORS: generated by git-shortlog
add AUTHORS target to Makefile only list main authors in man page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea11a13..f127995 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ sbindir ?= ${prefix}/sbin
mandir ?= ${prefix}/share/man
-.PHONY: install clean archive rpm testimage test all check
+.PHONY: install clean archive rpm testimage test all check AUTHORS
all: modules.d/99base/switch_root
@@ -84,3 +84,5 @@ hostimage: all
@echo wrote test-$(shell uname -r).img
+AUTHORS:
+ git shortlog --numbered --summary -e |while read a rest; do echo $$rest;done > AUTHORS