mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
2c31e5b9bc
commit
29f0603c48
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue