Skip to content

Commit d293d64

Browse files
committed
ci: Removing unnecessary tx-push recipe
1 parent c513e53 commit d293d64

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif
2424

2525
TRANSIFEX_TOKEN ?= help
2626

27-
.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
27+
.PHONY: all clean tx-pull copy-locale build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5
2828

2929
all: clean tx-pull build-mo build-gtk2 build-qt5 deb-package tar-gtk2 tar-qt5
3030

@@ -34,10 +34,6 @@ clean:
3434
@rm -f ./out/gtk2/* ./out/qt5/*
3535
@rm -rf ./deb ./rpm ./tar ./dist
3636

37-
tx-push:
38-
@echo "=== Pushing to Transifex"
39-
# Need to ask Ansgar how he pushes to Transifex
40-
4137
tx-pull:
4238
@echo "=== Pulling from Transifex"
4339
@TX_TOKEN=$(TRANSIFEX_TOKEN) ./extra/internationalization/tx pull -a

0 commit comments

Comments
 (0)