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