aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-18 17:29:47 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-18 17:29:47 +0000
commit38bb09c7e48653b7d0cfcf7d417365f334d6fccb (patch)
treefab44dc3d0689daaff7991aa044c8d2a25f1b71f
parentb09c43a186b1e6872bc08d4c313d804cfee8ce28 (diff)
downloadrpmdrake-38bb09c7e48653b7d0cfcf7d417365f334d6fccb.tar
rpmdrake-38bb09c7e48653b7d0cfcf7d417365f334d6fccb.tar.gz
rpmdrake-38bb09c7e48653b7d0cfcf7d417365f334d6fccb.tar.bz2
rpmdrake-38bb09c7e48653b7d0cfcf7d417365f334d6fccb.tar.xz
rpmdrake-38bb09c7e48653b7d0cfcf7d417365f334d6fccb.zip
(check) add this rule
-rw-r--r--po/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index 28725686..99132629 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -42,3 +42,6 @@ install:
clean:
@rm -rf *.mo *.pof *.pog $(POFILES:%=%t) $(PL_CFILES) desktopstuff.pot $(PGOAL)_tmp.pot
+check:
+ for i in *.po; do msgfmt -c $$i -o /dev/null; done
+