From d293d648d8cc933d01e269619cc041f2833b6a3f Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Tue, 21 Oct 2025 19:50:48 +0100 Subject: [PATCH] ci: Removing unnecessary `tx-push` recipe --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index af1611fa..b3c2408d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ endif TRANSIFEX_TOKEN ?= help -.PHONY: all clean tx-push tx-pull copy-locale build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5 +.PHONY: all clean tx-pull copy-locale build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5 all: clean tx-pull build-mo build-gtk2 build-qt5 deb-package tar-gtk2 tar-qt5 @@ -34,10 +34,6 @@ clean: @rm -f ./out/gtk2/* ./out/qt5/* @rm -rf ./deb ./rpm ./tar ./dist -tx-push: - @echo "=== Pushing to Transifex" -# Need to ask Ansgar how he pushes to Transifex - tx-pull: @echo "=== Pulling from Transifex" @TX_TOKEN=$(TRANSIFEX_TOKEN) ./extra/internationalization/tx pull -a