From f3ccd7369bc721da052cb2cd964eed3cc0da6254 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 1 Apr 2012 16:12:37 +0200 Subject: [PATCH] [po] Makefile: update-po target now pulls from transifex --- misc/po/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/po/Makefile b/misc/po/Makefile index b06de8afb..10c5ec831 100644 --- a/misc/po/Makefile +++ b/misc/po/Makefile @@ -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)'; \