From 0f02b1bf62005b451ff4b91a88716cb6e0365849 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 12 Jun 2021 22:19:28 -0300 Subject: Makefile: Add aux/workflow/assert-manpages.sh --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eefe257..15cac33 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ dev-check: check sh aux/workflow/assert-todos.sh sh aux/workflow/assert-changelog.sh $(NAME) sh aux/workflow/assert-readme.sh $(NAME) $(MAILING_LIST) + sh aux/workflow/assert-manpages.sh $(NAME) $(MAILING_LIST) do_subst = sed \ -e 's:[@]VERSION[@]:$(VERSION):g' \ -- cgit v1.2.3