mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
* gettext-runtime/po/Makefile.in.in (MSGMERGE_UPDATE): Remove variable. (UPDATEPOFILES): Remove variable. (POFILESDEPS*): Remove variables. (.SUFFIXES): Add '.gpo'. Remove '.po-update'. (.po.gpo): New rule. ($(POFILES)): Remove dependencies. Don't invoke MSGMERGE_UPDATE. (mostlyclean): Add *.gpo. (update-po): Don't make $(UPDATEPOFILES). (.nop.po-update): Remove rule. * gettext-runtime/po/Makevars (PO_DEPENDS_ON_POT): Remove variable. * gettext-tools/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/po/Makevars.template (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c-gnome2/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c-gnome3/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c-http/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c++/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c++20/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c++-gnome2/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c++-gnome3/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c++-kde/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-objc/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-objc-gnome2/po/Makevars (PO_DEPENDS_ON_POT): Likewise. * gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am (MSGMERGE_UPDATE): Remove variable. (UPDATEPOFILES): Remove variable. (.SUFFIXES): Add '.gpo'. Remove '.po-update'. (.po.gpo): New rule. ($(POFILES)): Remove dependencies. Don't invoke MSGMERGE_UPDATE. (MOSTLYCLEANFILES): Add *.gpo. (update-po): Don't make $(UPDATEPOFILES). (.nop.po-update): Remove rule. * gettext-tools/examples/hello-python/po/Makefile.am: Likewise. * gettext-tools/examples/hello-guile/po/Makefile.am: Likewise. * gettext-tools/examples/hello-clisp/po/Makefile.am: Likewise. * gettext-tools/examples/hello-librep/po/Makefile.am: Likewise. * gettext-tools/examples/hello-rust/po/Makefile.am: Likewise. * gettext-tools/examples/hello-go/po/Makefile.am: Likewise. * gettext-tools/examples/hello-go-http/po/Makefile.am: Likewise. * gettext-tools/examples/hello-ruby/po/Makefile.am: Likewise. * gettext-tools/examples/hello-sh/po/Makefile.am: Likewise. * gettext-tools/examples/hello-gawk/po/Makefile.am: Likewise. * gettext-tools/examples/hello-pascal/po/Makefile.am: Likewise. * gettext-tools/examples/hello-modula2/po/Makefile.am: Likewise. * gettext-tools/examples/hello-d/po/Makefile.am: Likewise. * gettext-tools/examples/hello-ocaml/po/Makefile.am: Likewise. * gettext-tools/examples/hello-smalltalk/po/Makefile.am: Likewise. * gettext-tools/examples/hello-perl/po/Makefile.am: Likewise. * gettext-tools/examples/hello-php/po/Makefile.am: Likewise. * gettext-tools/examples/hello-ycp/po/Makefile.am: Likewise. * gettext-tools/examples/hello-c++-qt/po/Makefile.am: Likewise. * gettext-tools/examples/hello-java/po/Makefile.am: Likewise. * gettext-tools/examples/hello-java-awt/po/Makefile.am: Likewise. * gettext-tools/examples/hello-java-swing/po/Makefile.am: Likewise. * gettext-tools/examples/hello-java-qtjambi/po/Makefile.am: Likewise. * gettext-tools/examples/hello-csharp/po/Makefile.am (MSGMERGE_UPDATE): Remove variable. (UPDATEPOFILES): Remove variable. (RESOURCESDLLFILES): Change emitted commands to use an intermediate .gpo file. (.SUFFIXES): Add '.gpo'. Remove '.po-update'. (.po.gpo): New rule. ($(POFILES)): Remove dependencies. Don't invoke MSGMERGE_UPDATE. (MOSTLYCLEANFILES): Add *.gpo. (update-po): Don't make $(UPDATEPOFILES). (.nop.po-update): Remove rule. * gettext-tools/examples/hello-csharp-forms/po/Makefile.am: Likewise. * gettext-tools/examples/hello-tcl/po/Makefile.am (MSGMERGE_UPDATE): Remove variable. (UPDATEPOFILES): Remove variable. (MSGFILES): Change emitted commands to use an intermediate .gpo file. (.SUFFIXES): Add '.gpo'. Remove '.po-update'. (.po.gpo): New rule. ($(POFILES)): Remove dependencies. Don't invoke MSGMERGE_UPDATE. (MOSTLYCLEANFILES): Add *.gpo. (update-po): Don't make $(UPDATEPOFILES). (.nop.po-update): Remove rule. * gettext-tools/examples/hello-tcl-tk/po/Makefile.am: Likewise. * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile (MSGMERGE_UPDATE): Remove variable. (UPDATEPOFILES): Remove variable. (.SUFFIXES): Add '.gpo'. Remove '.po-update'. ($(POFILES)): Remove dependencies. Don't invoke MSGMERGE_UPDATE. (update-po): Don't make $(UPDATEPOFILES). (.nop.po-update): Remove rule. * gettext-tools/examples/po/Makefile.am (MSGMERGE_OPTIONS): Add --no-fuzzy-matching --quiet. (MSGMERGE_UPDATE): Remove variable. (UPDATEPOFILES): Remove variable. (GPOFILES): New variable. (.SUFFIXES): Add '.gpo'. Remove '.nop', '.po-update'. (.po.gpo): New rule. ($(POFILES)): Remove rule. (DISTCLEANFILES): New variable. (update-po): Don't make $(UPDATEPOFILES). Make the small PO files. (.nop.po-update): Remove rule. * gettext-tools/examples/po/mmsmallpo.sh: Use $language.gpo instead of $language.po. * gettext-tools/doc/gettext.texi (Translations under Version Control): Remove documentation of PO_DEPENDS_ON_POT. (Release Management): Update wording. * Admin/release-steps: Don't msgmerge the PO files from translationproject.org. * NEWS: Mention the change.
This directory contains the runtime parts of GNU gettext, namely the libraries for the end user, but neither documentation nor programs for the translator or the maintainer.