aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-26 18:53:51 -0300
committerEuAndreh <eu@euandre.org>2021-06-26 21:07:44 -0300
commitabd299083bc25b3e2f6e574b6840ee90bdea43ec (patch)
treefc60a61ef6377955f9a875b226b38e029bcff881 /Makefile
parentaux/workflow/assert-spelling.sh: Define assert_arg anyway (diff)
downloadgit-permalink-abd299083bc25b3e2f6e574b6840ee90bdea43ec.tar.gz
git-permalink-abd299083bc25b3e2f6e574b6840ee90bdea43ec.tar.xz
aux/workflow/assert-readme.sh: Use getopts for arguments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41c7eea..7e52737 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ dev-check: check public
sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh
sh aux/workflow/assert-changelog.sh -n $(NAME)
- sh aux/workflow/assert-readme.sh $(NAME) $(MAILING_LIST)
+ sh aux/workflow/assert-readme.sh -n $(NAME) -m $(MAILING_LIST)
sh aux/workflow/assert-manpages.sh $(NAME) $(MAILING_LIST)
install: all