From: Harald Hoyer Date: Mon, 15 Feb 2021 15:18:33 +0000 (+0100) Subject: chore: add `CONTRIBUTORS` target to Makefile X-Git-Tag: 052~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a604e2a4a8321073886028f0c86c7c06322fcf5;p=thirdparty%2Fdracut.git chore: add `CONTRIBUTORS` target to Makefile --- diff --git a/Makefile b/Makefile index 7eb318471..637e65be7 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ man8pages = dracut.8 \ manpages = $(man1pages) $(man5pages) $(man7pages) $(man8pages) -.PHONY: install clean archive rpm srpm testimage test all check AUTHORS doc dracut-version.sh +.PHONY: install clean archive rpm srpm testimage test all check AUTHORS CONTRIBUTORS doc dracut-version.sh all: dracut-version.sh dracut.pc dracut-install skipcpio/skipcpio @@ -284,6 +284,9 @@ efi: all AUTHORS: git shortlog --numbered --summary -e |while read a rest || [ -n "$$rest" ]; do echo $$rest;done > AUTHORS +CONTRIBUTORS: + @git shortlog $(DRACUT_MAIN_VERSION).. --numbered --summary -e |while read a rest || [ -n "$$rest" ]; do echo "- $$rest";done + dracut.html.sign: dracut-$(DRACUT_MAIN_VERSION).tar.xz dracut.html gpg-sign-all dracut-$(DRACUT_MAIN_VERSION).tar.xz dracut.html