From: Michael Vogt Date: Thu, 29 Dec 2005 17:08:45 +0000 (+0000) Subject: * add " " in update-po X-Git-Tag: 0.7.21~345^2~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/29628967c993d75db73a235e4fb1d4faaa028f9f * add " " in update-po --- diff --git a/po/makefile b/po/makefile index 6ad6997c0..64573ceae 100644 --- a/po/makefile +++ b/po/makefile @@ -66,7 +66,7 @@ binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES) update-po .PHONY: update-po update-po: $(PACKAGE)-all.pot - for lang in ${LINGUAS}; do\ + for lang in ${LINGUAS}; do \ echo "Updating $$lang.po"; \ $(MSGMERGE) $$lang.po $(PACKAGE)-all.pot -o $$lang.new.po; \ cmp $$lang.new.po $$lang.po || cp $$lang.new.po $$lang.po; \