X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a7cf4273ca0d5e47622bf278b547a4e984afbf4b..d64805b9d9bb6df1ca22aff8ad040b5288c996eb:/po/makefile diff --git a/po/makefile b/po/makefile index 0916f2373..bb8118c77 100644 --- a/po/makefile +++ b/po/makefile @@ -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