From 3f793c91f457650419f289993b624b310c953aa1 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 7 Oct 2009 10:11:55 +0200 Subject: [PATCH] AUTHORS: generated by git-shortlog add AUTHORS target to Makefile only list main authors in man page --- AUTHORS | 25 +++++++++++++++++-------- Makefile | 4 +++- dracut.8 | 10 +++------- 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/AUTHORS b/AUTHORS index eb7354577..d35075613 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,11 +1,20 @@ -Andreas Thienemann -Bill Nottingham -Dave Jones -David Dillow Harald Hoyer -Jeremy Katz -Peter Jones -Seewer Philippe Victor Lowther Warren Togami - +Jeremy Katz +Philippe Seewer +David Dillow +Andreas Thienemann +Hans de Goede +Marc Grimme +Bill Nottingham +Daniel Drake +Lance Albertson +Michael Ploujnikov +Peter Jones +Dave Jones +Michal Schmidt +Peter Rajnoha +Quentin Armitage +Sergey Fionov +Thilo Bangert diff --git a/Makefile b/Makefile index ea11a13c5..f1279954e 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 diff --git a/dracut.8 b/dracut.8 index 7e65c72dc..1dec22bab 100644 --- a/dracut.8 +++ b/dracut.8 @@ -312,16 +312,12 @@ set in the configuration files. .SH AUTHORS .nf -Andreas Thienemann -Bill Nottingham -Dave Jones -David Dillow Harald Hoyer -Jeremy Katz -Peter Jones -Seewer Philippe Victor Lowther Warren Togami +Jeremy Katz +Philippe Seewer +David Dillow .fi .SH AVAILABILITY The dracut command is part of the dracut package and is available from -- 2.47.3