From 29f0603c483d71525403f5d6978245600095929c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 8 Jun 2020 11:52:37 +0100 Subject: [PATCH] po: remove obsolete zanata push/pull rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're no longer using Zanata, so remove the old push/pull rules. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- po/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/po/Makefile.am b/po/Makefile.am index e4d444dad6..97e05a32f6 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -52,22 +52,6 @@ update-po: $(POTFILE) mv $$lang.po-t $$lang.po done -push-pot: $(POTFILE) - zanata push \ - --project-config $(srcdir)/zanata.xml \ - --push-type=source \ - --transdir $(builddir) \ - --srcdir $(srcdir) - -pull-po: $(POTFILE) - zanata pull \ - --project-config $(srcdir)/zanata.xml \ - --create-skeletons \ - --transdir $(builddir) \ - --srcdir $(srcdir) - $(MAKE) update-po - $(MAKE) update-gmo - $(POTFILE): POTFILES $(XGETTEXT) -o $@-t $(XGETTEXT_ARGS) \ --files-from=$(abs_builddir)/POTFILES