[Libguestfs] [v2v PATCH 03/14] po: remove rules for pot/po update

Pino Toscano ptoscano at redhat.com
Thu Aug 13 12:10:44 UTC 2020


Weblate will handle the update of the po files from the translation
catalog, so avoid stomping on its feet by doing the same.

The translation catalog will be regenerated manually periodically.
---
 po/Makefile.am | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/po/Makefile.am b/po/Makefile.am
index b4c2d3ff..790c5710 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -38,17 +38,6 @@ EXTRA_DIST = \
 
 if HAVE_GNU_GETTEXT
 
-dist-hook:
-	$(MAKE) update-po
-	cp *.po *.gmo $(distdir)/
-
-update-po:
-	$(MAKE) $(DOMAIN).pot
-	$(MAKE) $(POFILES)
-	$(MAKE) update-gmo
-
-update-gmo: Makefile $(GMOFILES)
-
 XGETTEXT_ARGS = \
 	--default-domain=$(DOMAIN) \
 	--from-code=utf-8 \
@@ -80,9 +69,6 @@ if HAVE_OCAML_GETTEXT
 endif
 	mv $@-t $@
 
-%.po: $(DOMAIN).pot
-	cd $(srcdir) && $(MSGMERGE) -N --update $@ $(DOMAIN).pot
-
 .po.gmo:
 	rm -f $@ $@-t
 	$(MSGFMT) -c -o $@-t $(srcdir)/$<
@@ -102,9 +88,4 @@ install-data-hook: $(GMOFILES)
 
 .PRECIOUS: $(DOMAIN).pot $(POFILES)
 
-else
-
-# If no GNU gettext, 'make update-po' is a dummy rule.
-update-po:
-
 endif
-- 
2.26.2




More information about the Libguestfs mailing list