branch: elpa/php-mode commit 11d3c39a98b590412492500c883ab5f6eac69a3f Author: USAMI Kenta <tad...@zonu.me> Commit: USAMI Kenta <tad...@zonu.me>
Add link to wiki/Authors and graph/authors to AUTHORS.md --- AUTHORS.md | 4 ++++ Makefile | 1 + etc/git/AUTHORS2.md.in | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index f19438e..a20522f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -114,3 +114,7 @@ Names Sorted Alphabetically: - tijsmallaerts - zapad - 顾伟刚 + +A chronological list of pre-2019 contributors can be found at [wiki/Authors](https://github.com/emacs-php/php-mode/wiki/Authors). + +Contributors since 2011, where this project was hosted, can also be found at [graphs/contributors](https://github.com/emacs-php/php-mode/graphs/contributors), except for accounts that have been withdrawn from GitHub. diff --git a/Makefile b/Makefile index 01a90bb..2bad67e 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ AUTHORS.md: etc/git/AUTHORS.md.in .mailmap && (cat $< > $@ \ && git log --pretty=format:'- %aN' | \ cat etc/git/former-contributors - | LANG=C sort -u >> $@ \ + && cat etc/git/AUTHORS2.md.in >> $@ \ && printf "FINISHED\n" ; ) \ || printf "FAILED (non-fatal)\n" diff --git a/etc/git/AUTHORS2.md.in b/etc/git/AUTHORS2.md.in new file mode 100644 index 0000000..2a166fc --- /dev/null +++ b/etc/git/AUTHORS2.md.in @@ -0,0 +1,4 @@ + +A chronological list of pre-2019 contributors can be found at [wiki/Authors](https://github.com/emacs-php/php-mode/wiki/Authors). + +Contributors since 2011, where this project was hosted, can also be found at [graphs/contributors](https://github.com/emacs-php/php-mode/graphs/contributors), except for accounts that have been withdrawn from GitHub.