summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-14 19:00:15 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-14 19:00:15 +0000
commit5f595ce8075961b55748e21562f31c4c51393f10 (patch)
treef516960de46a7e6a70a5074ee0dead2dd099295b /perl-install/share/po/Makefile
parent0437c87a96751ff79c9fb39474373d87604c7379 (diff)
downloaddrakx-5f595ce8075961b55748e21562f31c4c51393f10.tar
drakx-5f595ce8075961b55748e21562f31c4c51393f10.tar.gz
drakx-5f595ce8075961b55748e21562f31c4c51393f10.tar.bz2
drakx-5f595ce8075961b55748e21562f31c4c51393f10.tar.xz
drakx-5f595ce8075961b55748e21562f31c4c51393f10.zip
(check) introduce this rule
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile3
1 files changed, 3 insertions, 0 deletions
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