summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/po/Makefile')
-rw-r--r--perl-install/standalone/po/Makefile3
1 files changed, 3 insertions, 0 deletions
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