diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-04-06 15:25:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-04-06 15:25:00 +0200 |
| commit | bb9db009844a24b4d1be4e1a5032d2b8f8f0027c (patch) | |
| tree | c149079bc97672436c970eb1787b55ea5f9ec05f /Makefile | |
| parent | d30cecf5d80eaf93bbc376a02ae47f659144b5cc (diff) | |
AUTHORS.md: update list of contributors
Also link to better statistics and add a small appreciation.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
