summaryrefslogtreecommitdiffstats
path: root/perl-install
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
commit64a697c8f3c2fa9b2d9bd3856600b3a036580f0c (patch)
treef516960de46a7e6a70a5074ee0dead2dd099295b /perl-install
parent7a14d0d2bf073badbe093f218a64d2759890f163 (diff)
downloaddrakx-backup-do-not-use-64a697c8f3c2fa9b2d9bd3856600b3a036580f0c.tar
drakx-backup-do-not-use-64a697c8f3c2fa9b2d9bd3856600b3a036580f0c.tar.gz
drakx-backup-do-not-use-64a697c8f3c2fa9b2d9bd3856600b3a036580f0c.tar.bz2
drakx-backup-do-not-use-64a697c8f3c2fa9b2d9bd3856600b3a036580f0c.tar.xz
drakx-backup-do-not-use-64a697c8f3c2fa9b2d9bd3856600b3a036580f0c.zip
(check) introduce this rule
Diffstat (limited to 'perl-install')
-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