diff options
Diffstat (limited to 'perl-install/install/share')
-rw-r--r-- | perl-install/install/share/po/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |