Codebase list ghub-el / 32ee16a
make: Update stats target Jonas Bernoulli 2 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2929 MAKEINFO ?= makeinfo
3030 MANUAL_HTML_ARGS ?= --css-ref /assets/page.css
3131
32 STATS_DIR ?= $(TOP)docs/stats
32 GITSTATS_DIR ?= $(TOP)docs/stats
33 GITSTATS_ARGS ?= -c style=https://magit.vc/assets/stats.css -c max_authors=999
6262 .PHONY: stats
6363 stats:
6464 @printf "Generating statistics\n"
65 @gitstats -c style=https://magit.vc/assets/stats.css -c max_authors=999 $(TOP) $(STATS_DIR)
65 @gitstats $(GITSTATS_ARGS) $(TOP) $(GITSTATS_DIR)
6666
6767 DOMAIN ?= magit.vc
6868 PUBLISH_PATH ?= /manual/