From 1a604e2a4a8321073886028f0c86c7c06322fcf5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 15 Feb 2021 16:18:33 +0100 Subject: [PATCH] chore: add `CONTRIBUTORS` target to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7eb318471d..637e65be74 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