po: remove obsolete zanata push/pull rules

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

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-06-08 11:52:37 +01:00
parent 2c31e5b9bc
commit 29f0603c48

View File

@ -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