aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+