]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
AUTHORS: generated by git-shortlog
authorHarald Hoyer <harald@redhat.com>
Wed, 7 Oct 2009 08:11:55 +0000 (10:11 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 7 Oct 2009 08:11:55 +0000 (10:11 +0200)
add AUTHORS target to Makefile

only list main authors in man page

AUTHORS
Makefile
dracut.8

diff --git a/AUTHORS b/AUTHORS
index eb7354577fb6535fa0bd56b9ec2815bc75c1a095..d3507561350844de609d6ddf7b8f667c1c2d3c2b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,11 +1,20 @@
-Andreas Thienemann <andreas@bawue.net>
-Bill Nottingham <notting@redhat.com>
-Dave Jones <davej@redhat.com>
-David Dillow <dave@thedillows.org>
 Harald Hoyer <harald@redhat.com>
-Jeremy Katz <katzj@redhat.com>
-Peter Jones <pjones@redhat.com>
-Seewer Philippe <philippe.seewer@bfh.ch>
 Victor Lowther <victor.lowther@gmail.com>
 Warren Togami <wtogami@redhat.com>
-
+Jeremy Katz <katzj@redhat.com>
+Philippe Seewer <philippe.seewer@bfh.ch>
+David Dillow <dave@thedillows.org>
+Andreas Thienemann <andreas@bawue.net>
+Hans de Goede <hdegoede@redhat.com>
+Marc Grimme <grimme@atix.de>
+Bill Nottingham <notting@redhat.com>
+Daniel Drake <dsd@laptop.org>
+Lance Albertson <lance@osuosl.org>
+Michael Ploujnikov <plouj@somanetworks.com>
+Peter Jones <pjones@redhat.com>
+Dave Jones <davej@redhat.com>
+Michal Schmidt <mschmidt@redhat.com>
+Peter Rajnoha <prajnoha@redhat.com>
+Quentin Armitage <quentin@armitage.org.uk>
+Sergey Fionov <fionov@gmail.com>
+Thilo Bangert <thilo.bangert@gmx.net>
index ea11a13c52f87c29ea578918ae5133433e385a39..f1279954e9d7ec32e84a1065cad6ab0d87a2b737 100644 (file)
--- 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
index 7e65c72dc4b66ba716f7c959a835d7f135c7388c..1dec22bab6e68ba06c0f9b8b1ec867bf3b06cc95 100644 (file)
--- a/dracut.8
+++ b/dracut.8
@@ -312,16 +312,12 @@ set in the configuration files.
 
 .SH AUTHORS
 .nf
-Andreas Thienemann <andreas@bawue.net>
-Bill Nottingham <notting@redhat.com>
-Dave Jones <davej@redhat.com>
-David Dillow <dave@thedillows.org>
 Harald Hoyer <harald@redhat.com>
-Jeremy Katz <katzj@redhat.com>
-Peter Jones <pjones@redhat.com>
-Seewer Philippe <philippe.seewer@bfh.ch>
 Victor Lowther <victor.lowther@gmail.com>
 Warren Togami <wtogami@redhat.com>
+Jeremy Katz <katzj@redhat.com>
+Philippe Seewer <philippe.seewer@bfh.ch>
+David Dillow <dave@thedillows.org>
 .fi
 .SH AVAILABILITY
 The dracut command is part of the dracut package and is available from