From 881ab4edffa5e9c6c8bd8fb9762e04d776c4a573 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 13 Oct 2016 15:44:44 +0200 Subject: Build: remove Transifex support FreeIPA moved to Zanata a while ago. References to Transifex were just leftovers. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik Reviewed-By: Stanislav Laznicka Reviewed-By: Christian Heimes --- po/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'po') diff --git a/po/Makefile.in b/po/Makefile.in index 7db76becd..c2f843935 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -15,7 +15,6 @@ MSGINIT = @MSGINIT@ MSGMERGE = @MSGMERGE@ MSGCMP = @MSGCMP@ MSGATTRIB = @MSGATTRIB@ -TX = @TX@ IPA_TEST_I18N = ../ipatests/i18n.py DOMAIN = @GETTEXT_DOMAIN@ @@ -121,10 +120,6 @@ create-po: $(DOMAIN).pot done -pull-po: - cd ..; $(TX) pull -f - $(MAKE) strip-po - merge-po: update-pot $(MAKE) $(po_files) -- cgit