aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-06-23 14:38:30 +0000
committernodiscc <nodiscc@gmail.com>2019-06-23 14:38:30 +0000
commit53730d70521a5ca224230ed0f7f4f3bf2b4bc8a4 (patch)
tree84902934645a5211ba03910d79d3516f76662f9e /Makefile
parentmakefile: remove 'listlicenses' target (diff)
downloadawesome-selfhosted-53730d70521a5ca224230ed0f7f4f3bf2b4bc8a4.tar.gz
awesome-selfhosted-53730d70521a5ca224230ed0f7f4f3bf2b4bc8a4.zip
makefile: add a target to run check-github-commit-times.py
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 19fe435b..53c37310 100755
--- a/Makefile
+++ b/Makefile
@@ -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: ' ;\