makefile: add a target to run check-github-commit-times.py

pull/1723/head
nodiscc 2019-06-23 16:38:30 +02:00
parent cef61885d1
commit 53730d7052
1 changed files with 8 additions and 0 deletions

View File

@ -25,9 +25,17 @@ syntaxerrors:
@echo -e "\nSyntax errors:"
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
#################################
contrib:
@mv .github/.mailmap . && printf "|Commits | Author |\n| :---: | --- |\n" > AUTHORS.md && git shortlog -sne | sed -r 's/^\s*([[:digit:]]*?)\s*?(.*?)/|\1|\2|/' >> AUTHORS.md && mv .mailmap .github/.mailmap
check_github_commit_dates:
python3 tests/check-github-commit-dates.py
#################################
add:
@#add a new entry
@printf 'Software name: ' ;\