From 782ec5270201c1a1a34ad1ddd8caa7b6762aac6b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 6 May 2011 14:31:58 +0000 Subject: [PATCH] [translations] revert commit @msgmerge e0279bc3e0d3902 --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index ae92acc..021e91e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -28,7 +28,7 @@ authentic.pot: $(PYFILES) %.po: authentic.pot @echo -n "Merging authentic.pot and $@" - @msgmerge -C /home/bdauvergne/wd/wcs/wcs.git/po/fr.po $@ authentic.pot -o $@.new + @msgmerge $@ authentic.pot -o $@.new @if [ "`diff $@ $@.new | grep '[<>]' | wc -l`" -ne 2 ]; then \ mv -f $@.new $@; \ else \