[po] Makefile: update-po target now pulls from transifex

This commit is contained in:
Fabio Erculiani
2012-04-01 16:12:37 +02:00
parent 3a43bb7e13
commit f3ccd7369b

View File

@@ -22,7 +22,8 @@ POTFILES.in:
$(NLSPACKAGE).pot: $(POTFILES) POTFILES.in
intltool-update --gettext-package=$(NLSPACKAGE) --pot
update-po: Makefile $(NLSPACKAGE).pot refresh-po
update-po: Makefile $(NLSPACKAGE).pot
./transifex_pull.sh
refresh-po: Makefile POTFILES.in
catalogs='$(CATALOGS)'; \