]> git.saurik.com Git - apt.git/blobdiff - po/makefile
* string fix
[apt.git] / po / makefile
index bb8118c779aaf03ec51b474ed3c1a4b0140b2750..64573ceaea2efd3e644f43a66edb105401342b80 100644 (file)
@@ -62,11 +62,11 @@ $(MOFILES) : $(PO_DOMAINS)/%.mo : $(PO_DOMAINS)/%.po
 stats:
        for i in *.pot *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
 
-binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES)
+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; \