branch: elpa/with-editor commit 93ba7c84a752cd44a8225c4131044635465daddb Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Add stats target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2ecd247..960f183 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ help: $(info make html - generate html manual file) $(info make html-dir - generate html manual directory) $(info make pdf - generate pdf manual) + $(info make stats - generate statistics) $(info make authors - generate AUTHORS.md) $(info make publish - publish snapshot manuals) $(info make release - publish release manuals) @@ -107,6 +108,11 @@ html-dir: $(PKG).texi @printf "Generating $@\n" @texi2pdf --clean $< > /dev/null +.PHONY: stats +stats: + @printf "Generating statistics\n" + @gitstats -c style=https://magit.vc/assets/stats.css -c max_authors=999 . stats + DOMAIN ?= magit.vc PUBLISH_PATH ?= /manual/ RELEASE_PATH ?= /manual/$(VERSION)/