File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ man8pages = dracut.8 \
45
45
46
46
manpages = $(man1pages ) $(man5pages ) $(man7pages ) $(man8pages )
47
47
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
49
49
50
50
all : dracut-version.sh dracut.pc dracut-install skipcpio/skipcpio
51
51
@@ -284,6 +284,9 @@ efi: all
284
284
AUTHORS :
285
285
git shortlog --numbered --summary -e | while read a rest || [ -n " $$ rest" ]; do echo $$ rest; done > AUTHORS
286
286
287
+ CONTRIBUTORS :
288
+ @git shortlog $(DRACUT_MAIN_VERSION ) .. --numbered --summary -e | while read a rest || [ -n " $$ rest" ]; do echo " - $$ rest" ; done
289
+
287
290
dracut.html.sign : dracut-$(DRACUT_MAIN_VERSION ) .tar.xz dracut.html
288
291
gpg-sign-all dracut-$(DRACUT_MAIN_VERSION ) .tar.xz dracut.html
289
292
You can’t perform that action at this time.
0 commit comments