diff options
author | Harald Hoyer <harald@redhat.com> | 2009-10-07 10:11:55 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-10-07 10:11:55 +0200 |
commit | 3f793c91f457650419f289993b624b310c953aa1 (patch) | |
tree | 4ef74c871b31e4ff0dcab2b3255a68a1ba29deba /Makefile | |
parent | 2dc4a31b6c7295a6c32ff4612276ec08590a778b (diff) | |
download | dracut-3f793c91f457650419f289993b624b310c953aa1.tar.gz dracut-3f793c91f457650419f289993b624b310c953aa1.tar.bz2 dracut-3f793c91f457650419f289993b624b310c953aa1.zip |
AUTHORS: generated by git-shortlog
add AUTHORS target to Makefile
only list main authors in man page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |