[mw-devel] MW3 r1381 - trunk/po
arthur at sucs.org
arthur at sucs.org
Fri Jul 17 17:25:00 BST 2015
Author: arthur
Date: 2015-07-17 17:25:00 +0100 (Fri, 17 Jul 2015)
New Revision: 1381
Modified:
trunk/po/Makefile
Log:
fix build
Modified: trunk/po/Makefile
===================================================================
--- trunk/po/Makefile 2015-07-17 14:59:37 UTC (rev 1380)
+++ trunk/po/Makefile 2015-07-17 16:25:00 UTC (rev 1381)
@@ -19,7 +19,7 @@
merge: $(POFILES)
$(POFILES): mw.pot
- msgmerge -e --no-wrap $@ $< -o $@.new
+ msgmerge -e --no-wrap --force-po $@ $< -o $@.new
mv $@.new $@
%.mo: %.po
More information about the mw-devel
mailing list