From 5f595ce8075961b55748e21562f31c4c51393f10 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Sep 2012 19:00:15 +0000 Subject: (check) introduce this rule --- perl-install/share/po/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/share/po') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 52f2c0dc9..8dab19a79 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -37,6 +37,9 @@ install: $(MOFILES) clean: @rm -rf *.mo $(POFILES:%=%t) +check: + for i in *.po; do msgfmt -c $$i -o /dev/null; done + verif: perl -ne '/^\s*#/ or $$i += my @l = /\b__?\(/g; END { print "$$i\n" }' $(PMSFILES_HERE) perl -ne '$$i += my @l = /\.c:/g; END { print "$$i\n" }' DrakX.pot -- cgit v1.2.1