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 +++ perl-install/standalone/po/Makefile | 3 +++ 2 files changed, 6 insertions(+) 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 diff --git a/perl-install/standalone/po/Makefile b/perl-install/standalone/po/Makefile index a76357686..88dd3c899 100644 --- a/perl-install/standalone/po/Makefile +++ b/perl-install/standalone/po/Makefile @@ -45,3 +45,6 @@ POTFILES.in: clean: @rm -rf *.mo $(POFILES:%=%t) POTFILES.in + +check: + for i in *.po; do msgfmt -c $$i -o /dev/null; done -- cgit v1.2.1