diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-12-29 17:08:45 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-12-29 17:08:45 +0000 |
commit | 29628967c993d75db73a235e4fb1d4faaa028f9f (patch) | |
tree | d8254783a774cdf5a70c479fa0f84d5d6ff61e2e /po/makefile | |
parent | a59864181a5c88112e7946cf6faa25df9b2c5816 (diff) |
* add " " in update-po
Diffstat (limited to 'po/makefile')
-rw-r--r-- | po/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ |