From 11d3c39a98b590412492500c883ab5f6eac69a3f Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Wed, 10 Nov 2021 07:17:05 +0900 Subject: [PATCH] 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(+) create mode 100644 etc/git/AUTHORS2.md.in diff --git a/AUTHORS.md b/AUTHORS.md index f19438e8..a20522f0 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 01a90bbe..2bad67e0 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 00000000..2a166fcb --- /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.