From 3e99a50870fd04d2f4abe73c33e6fb65ffd9895b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 23 Jun 2019 16:39:00 +0200 Subject: [PATCH] makefile: add a "monthly' target to run periodic maintenance tasks --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 53c37310..b3b41691 100755 --- a/Makefile +++ b/Makefile @@ -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\.] `'