aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 22:19:28 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 22:26:59 -0300
commit0f02b1bf62005b451ff4b91a88716cb6e0365849 (patch)
treee4bb9c8d6e723ea8e249a269b7f25e8dcaf20d9b /Makefile
parentdoc/git-permalink.1: Write initial version (diff)
downloadgit-permalink-0f02b1bf62005b451ff4b91a88716cb6e0365849.tar.gz
git-permalink-0f02b1bf62005b451ff4b91a88716cb6e0365849.tar.xz
Makefile: Add aux/workflow/assert-manpages.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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' \