From 9c9a2b72c65de2e1aaaa193c865b0e6b3b006efe Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 18:55:57 -0300 Subject: aux/workflow/assert-manpages.sh: Use getopts for arguments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e52737..ad2c49e 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ dev-check: check public sh aux/workflow/assert-todos.sh sh aux/workflow/assert-changelog.sh -n $(NAME) sh aux/workflow/assert-readme.sh -n $(NAME) -m $(MAILING_LIST) - sh aux/workflow/assert-manpages.sh $(NAME) $(MAILING_LIST) + sh aux/workflow/assert-manpages.sh -n $(NAME) -m $(MAILING_LIST) install: all mkdir -p $(DESTDIR)$(PREFIX)/bin -- cgit v1.2.3