aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-15 11:52:16 -0300
committerEuAndreh <eu@euandre.org>2021-07-15 11:52:16 -0300
commit0f689438635d3a1c4cbf9cc1e62b69a72e642c68 (patch)
tree8185e1a5d76655ba09261ef0fab638e62d946225 /Makefile
parenttests/install-uninstall.sh: Remove in favor of aux/workflow/installcheck.sh (diff)
downloadgit-permalink-0f689438635d3a1c4cbf9cc1e62b69a72e642c68.tar.gz
git-permalink-0f689438635d3a1c4cbf9cc1e62b69a72e642c68.tar.xz
aux/workflow/assert-manpages.sh: Get input languages and en files as arguments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3de8c32..edf66af 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,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 -n $(NAME) -m $(MAILING_LIST)
+ sh aux/workflow/assert-manpages.sh -n $(NAME) -m $(MAILING_LIST) -l '$(TRANSLATIONS) en' $(manpages.en.in)
$(MAKE) PREFIX=`mktemp -d` install installcheck uninstall uninstallcheck
install: all