aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-04-06 15:21:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-04-06 15:21:00 +0200
commit220ec0ec501ed53be221a900c0b1db5869b3b43e (patch)
treebb98781801d3ea9819cb610861a47e7178c29419 /Makefile
parent643f34df0e76077e9d4b71b19aca52779bd8723f (diff)
Makefile: rename target stats to genstats
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7fa815e..4b758d3 100644
--- a/Makefile
+++ b/Makefile
@@ -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)