aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2011-05-27 06:10:25 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2011-05-27 06:10:25 +0000
commit4a238e160ced73840121af29e68439268f318ab1 (patch)
treed241adf80362d7bbb4022bcdc56ccc8753683d0b
parentf5f2891bf68d174edb7cbd56b49966400cf028d3 (diff)
downloadrpmdrake-4a238e160ced73840121af29e68439268f318ab1.tar
rpmdrake-4a238e160ced73840121af29e68439268f318ab1.tar.gz
rpmdrake-4a238e160ced73840121af29e68439268f318ab1.tar.bz2
rpmdrake-4a238e160ced73840121af29e68439268f318ab1.tar.xz
rpmdrake-4a238e160ced73840121af29e68439268f318ab1.zip
do checking of translations when generating binary message catalogs
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 03f767a2..f1c1d0d1 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -16,7 +16,7 @@ LOCALEDIR=$(DATADIR)/locale
all: $(MOFILES)
%.mo: %.po
- msgfmt -o $@ $<
+ msgfmt -c -o $@ $<
update_n_merge: $(PGOAL).pot merge