]> git.saurik.com Git - apt.git/blobdiff - po/makefile
* methods/mirror.{cc,h}:
[apt.git] / po / makefile
index 30af41a16cc39cd3a30418650316acb89b4f320e..07dc51c075f99fe09b7b5c86dcc77cb2bc79406a 100644 (file)
@@ -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