Skip to content

Commit 423e52b

Browse files
committed
Add recipe
1 parent 5d0d876 commit 423e52b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/make/lib/stats/git.mk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,17 @@ stats-author-lib-pkgs-per-weekday:
289289
.PHONY: stats-author-lib-pkgs-per-weekday
290290

291291

292+
# Compute number of library packages per year per author.
293+
#
294+
# This target computes the number of library packages per year per author.
295+
296+
stats-author-lib-pkgs-per-year:
297+
$(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/author_lib_pkgs_per_year
298+
$(QUIET) $(GIT_SCRIPTS_DIR)/author_lib_pkgs_per_year
299+
300+
.PHONY: stats-author-lib-pkgs-per-year
301+
302+
292303
# Compute author mean commit interval.
293304
#
294305
# This target computes the mean commit interval per author.

0 commit comments

Comments
 (0)