]> git.saurik.com Git - apt.git/blobdiff - po/makefile
Russian translation update by Yuri Kozlov
[apt.git] / po / makefile
index 0916f23738550d036156fb7b70e8925e45d51882..bb8118c779aaf03ec51b474ed3c1a4b0140b2750 100644 (file)
@@ -64,6 +64,15 @@ stats:
 
 binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES)
 
+.PHONY: update-po
+update-po: $(PACKAGE)-all.pot
+       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; \
+       rm -f $$lang.new.po; \
+       done
+
 clean: clean/local
 clean/local:
        rm -f $(MOFILES) $(LANG_POFILES) $(PO)/*.d