Przeglądaj źródła

* add " " in update-po

Michael Vogt 20 lat temu
rodzic
commit
29628967c9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      po/makefile

+ 1 - 1
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; \