From 3881375cd46ca3d8820d2510e734713214baf86f Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 22 Oct 2012 18:25:34 -0400 Subject: Fix errant tag for tx pull --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fe570d..075fd2b 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ po: tx-pull $(foreach L,$(LANGUAGES),po/$(L).po) define PO_template = PO_FILES+= po/$(1).po po/$(1).po: po/$(DOMAIN).pot - $(TX) pull -a -l $(1) + $(TX) pull -l $(1) $(PYTHON) setup.py update_catalog -l $(1) -i po/$(DOMAIN).pot -o po/$(1).po -D $(DOMAIN) >/dev/null endef $(foreach L,$(LANGUAGES),$(eval $(call PO_template,$(L)))) -- cgit