From 415fb0271636210a3aa15c85f8b611cbb6a2f393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 27 Mar 2015 14:45:59 +0100 Subject: [PATCH] Avoid to push translations when using push-transifex target --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 075a85f43..e27899a76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,10 +168,10 @@ filelist: zip pull-transifex: tx pull -af - $(MAKE) -C po update-po push-transifex: - tx push -s -t -f --no-interactive + $(MAKE) -C po update-po + tx push -s -f --no-interactive ### WINDOWS