diff options
author | nodiscc <nodiscc@gmail.com> | 2019-06-23 14:39:00 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2019-06-23 14:39:00 +0000 |
commit | 3e99a50870fd04d2f4abe73c33e6fb65ffd9895b (patch) | |
tree | bdb0137a1b49fa0c50087f9cc6affd2b9a3d8f77 | |
parent | makefile: add a target to run check-github-commit-times.py (diff) | |
download | awesome-selfhosted-3e99a50870fd04d2f4abe73c33e6fb65ffd9895b.tar.gz awesome-selfhosted-3e99a50870fd04d2f4abe73c33e6fb65ffd9895b.zip |
makefile: add a "monthly' target to run periodic maintenance tasks
-rwxr-xr-x | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ all: checks checks: nolicenselanguage nofullstop longdescriptions syntaxerrors +monthly: checks check_github_commit_dates contrib + noexternallink: @echo -e "\nLines with no source/demo/other link:" @sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '^ *\* ' | egrep --color=always '[a-z\.] `' |