We're no longer using Zanata, so remove the old push/pull rules.

Signed-off-by: Daniel P. Berrangé <[email protected]>
---
 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
-- 
2.26.2

Reply via email to