summaryrefslogtreecommitdiff
path: root/po/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-12-29 17:08:45 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-12-29 17:08:45 +0000
commit29628967c993d75db73a235e4fb1d4faaa028f9f (patch)
treed8254783a774cdf5a70c479fa0f84d5d6ff61e2e /po/makefile
parenta59864181a5c88112e7946cf6faa25df9b2c5816 (diff)
* add " " in update-po
Diffstat (limited to 'po/makefile')
-rw-r--r--po/makefile2
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; \