summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2012-10-22 18:25:34 -0400
committerPaul W. Frields <stickster@gmail.com>2012-10-22 18:25:34 -0400
commit3881375cd46ca3d8820d2510e734713214baf86f (patch)
treeee74a9d1c96596df6c196918220a1fe6b1aac862
parent091e18c4773e1c1b73407a33e4723a47134ffa73 (diff)
downloadpulsecaster-3881375cd46ca3d8820d2510e734713214baf86f.tar.gz
pulsecaster-3881375cd46ca3d8820d2510e734713214baf86f.tar.xz
pulsecaster-3881375cd46ca3d8820d2510e734713214baf86f.zip
Fix errant tag for tx pull
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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))))