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 \