From 38bb09c7e48653b7d0cfcf7d417365f334d6fccb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 18 Sep 2012 17:29:47 +0000 Subject: (check) add this rule --- po/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po') 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 + -- cgit v1.2.1