X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/be2d3759d2b9fb35b0e9c5c24f264d3dafbb1ed0..f814fbf4f2c78e3b9ceeeaba3cb93ed0ebbc7943:/po/makefile diff --git a/po/makefile b/po/makefile index 30af41a16..07dc51c07 100644 --- a/po/makefile +++ b/po/makefile @@ -69,7 +69,7 @@ binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES) .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; \ @@ -77,7 +77,7 @@ update-po: $(PACKAGE)-all.pot done clean: clean/local -clean/local: +clean/local: update-po rm -f $(MOFILES) $(LANG_POFILES) $(PO)/*.d # Include the dependencies that are available