summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-12-15 20:00:07 +0100
committerJonas Bernoulli <jonas@bernoul.li>2021-12-15 22:36:41 +0100
commitf4790969fe9ed0084be537ed476e9292d1e92244 (patch)
treeb6944a0c86615e4b0d865b9f986b57739d66a04d /docs/Makefile
parent459e28e28a5f29e4dd59c7d61ec8557ce9b57ef3 (diff)
make: Add stats target
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 86573aa..ae2a4f5 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -60,6 +60,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 $(TOP) $(STATS_DIR)
+
DOMAIN ?= magit.vc
PUBLISH_PATH ?= /manual/
RELEASE_PATH ?= /manual/$(VERSION)/