branch: elpa/with-editor commit 35c73e7a8881460705b79e29d9f2d066c988663e Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Update stats target --- default.mk | 3 ++- docs/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/default.mk b/default.mk index c40a18e..6a57846 100644 --- a/default.mk +++ b/default.mk @@ -25,4 +25,5 @@ INSTALL_INFO ?= $(shell command -v ginstall-info || printf install-info) MAKEINFO ?= makeinfo MANUAL_HTML_ARGS ?= --css-ref /assets/page.css -STATS_DIR ?= $(TOP)docs/stats +GITSTATS_DIR ?= $(TOP)docs/stats +GITSTATS_ARGS ?= -c style=https://magit.vc/assets/stats.css -c max_authors=999 diff --git a/docs/Makefile b/docs/Makefile index b40affa..efcdd24 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -63,7 +63,7 @@ html-dir: $(PKG).texi .PHONY: stats stats: @printf "Generating statistics\n" - @gitstats -c style=https://magit.vc/assets/stats.css -c max_authors=999 $(TOP) $(STATS_DIR) + @gitstats $(GITSTATS_ARGS) $(TOP) $(GITSTATS_DIR) DOMAIN ?= magit.vc PUBLISH_PATH ?= /manual/