aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-04-06 15:25:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-04-06 15:25:00 +0200
commitbb9db009844a24b4d1be4e1a5032d2b8f8f0027c (patch)
treec149079bc97672436c970eb1787b55ea5f9ec05f /Makefile
parentd30cecf5d80eaf93bbc376a02ae47f659144b5cc (diff)
AUTHORS.md: update list of contributors
Also link to better statistics and add a small appreciation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4534eb9..2d78dee 100644
--- a/Makefile
+++ b/Makefile
@@ -191,12 +191,13 @@ Documentation/dir: Documentation/magit.info
@printf "Generating magit.info\n"
@$(MAKEINFO) $< -o $@
-CONTRIBUTORS_URL = https://github.com/magit/magit/graphs/contributors
+AUTHORS_URL = http://magit.vc/stats/authors.html
define AUTHORS_HEADER
Authors
=======
-Also see $(CONTRIBUTORS_URL).
+For statistics see $(AUTHORS_URL).
+
Names below are sorted alphabetically.
Author
@@ -224,6 +225,7 @@ Contributors
endef
export AUTHORS_HEADER
+authors: AUTHORS.md
AUTHORS.md: .mailmap
@printf "Generating AUTHORS.md..."
@test -d .git \
@@ -232,8 +234,6 @@ AUTHORS.md: .mailmap
&& printf "done\n" ; ) \
|| printf "FAILED (non-fatal)\n"
-authors: AUTHORS.md
-
install: install-lisp install-docs
install-lisp: lisp