diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2011-05-27 06:10:25 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2011-05-27 06:10:25 +0000 |
commit | 4a238e160ced73840121af29e68439268f318ab1 (patch) | |
tree | d241adf80362d7bbb4022bcdc56ccc8753683d0b | |
parent | f5f2891bf68d174edb7cbd56b49966400cf028d3 (diff) | |
download | rpmdrake-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/Makefile | 2 |
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 |