Skip to content

Commit 1a604e2

Browse files
committed
chore: add CONTRIBUTORS target to Makefile
1 parent 0b86c06 commit 1a604e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ man8pages = dracut.8 \
4545

4646
manpages = $(man1pages) $(man5pages) $(man7pages) $(man8pages)
4747

48-
.PHONY: install clean archive rpm srpm testimage test all check AUTHORS doc dracut-version.sh
48+
.PHONY: install clean archive rpm srpm testimage test all check AUTHORS CONTRIBUTORS doc dracut-version.sh
4949

5050
all: dracut-version.sh dracut.pc dracut-install skipcpio/skipcpio
5151

@@ -284,6 +284,9 @@ efi: all
284284
AUTHORS:
285285
git shortlog --numbered --summary -e |while read a rest || [ -n "$$rest" ]; do echo $$rest;done > AUTHORS
286286

287+
CONTRIBUTORS:
288+
@git shortlog $(DRACUT_MAIN_VERSION).. --numbered --summary -e |while read a rest || [ -n "$$rest" ]; do echo "- $$rest";done
289+
287290
dracut.html.sign: dracut-$(DRACUT_MAIN_VERSION).tar.xz dracut.html
288291
gpg-sign-all dracut-$(DRACUT_MAIN_VERSION).tar.xz dracut.html
289292

0 commit comments

Comments
 (0)