From 589b290a99dbcf3a01acc36289e15b902af89393 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Nov 2020 15:43:09 +0100 Subject: Add "check" rule --- perl-install/install/share/po/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/share/po/Makefile b/perl-install/install/share/po/Makefile index 7d444738d..0bbdaf96f 100644 --- a/perl-install/install/share/po/Makefile +++ b/perl-install/install/share/po/Makefile @@ -42,3 +42,6 @@ install: $(MOFILES) clean: @rm -rf *.mo $(POFILES:%=%t) ../../$(METATASK) @rmdir ../../share/meta-task + +check: + for i in *.po; do msgfmt -c $$i -o /dev/null; done -- cgit v1.2.1