diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-04-06 15:21:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-04-06 15:21:00 +0200 |
| commit | 220ec0ec501ed53be221a900c0b1db5869b3b43e (patch) | |
| tree | bb98781801d3ea9819cb610861a47e7178c29419 /Makefile | |
| parent | 643f34df0e76077e9d4b71b19aca52779bd8723f (diff) | |
Makefile: rename target stats to genstats
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,7 +46,7 @@ VERSION=$(shell \ (princ magit-version))") .PHONY: help magit-version.el AUTHORS.md install-lisp install-docs \ - test test-interactive clean dist marmalade-upload marmalade stats + test test-interactive clean dist marmalade-upload marmalade genstats all: lisp docs @@ -89,7 +89,7 @@ help: $(info Web Page) $(info ========) $(info ) - $(info make stats - generate stats) + $(info make genstats - generate stats) @printf "\n" ELS = with-editor.el @@ -280,6 +280,6 @@ magit-$(VERSION).tar: $(ELPA_FILES) @tar -c --mtime=./magit-$(VERSION) -f magit-$(VERSION).tar magit-$(VERSION) @$(RMDIR) magit-$(VERSION) -stats: +genstats: @printf "Generating stats\n" @gitstats -c style=/css/stats.css -c max_authors=200 . $(statsdir) |
