From 286fd652f83b1c160021ca7c3525f0349269714c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 18 Jan 2022 15:54:06 -0300 Subject: Makefile: Enforce no missing translations in repocheck.sh call --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b70ccf..7f33857 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,8 @@ dev-check: check public $(EXTRA_VERSION) sh aux/workflow/assert-manpages.sh -n '$(NAME)' -m '$(MAILING_LIST)' \ -l '$(TRANSLATIONS) en' $(manpages.en.in) - sh aux/workflow/repocheck.sh -x1 -l1 -f30 + env ASSERT_NO_MISSING_TRANSLATIONS=1 sh aux/workflow/repocheck.sh \ + -x1 -l1 -f30 dist: sh aux/workflow/dist.sh -d '$(DATE)' -V '$(VERSION)' -n '$(NAME)' \ -- cgit v1.2.3