diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-12-16 19:36:00 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-12-16 19:36:00 +0100 |
| commit | 35c73e7a8881460705b79e29d9f2d066c988663e (patch) | |
| tree | 1f45518d944e71eacf444e07368a1bc12f61901f /docs | |
| parent | a94faeae2ff95235b31c1c1f9447bc95fc527240 (diff) | |
make: Update stats target
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |
