]> git.ipfire.org Git - thirdparty/gettext.git/commit
po: Remove obsolete Makefile rules for .mo files.
authorBruno Haible <bruno@clisp.org>
Wed, 24 Oct 2018 16:33:23 +0000 (18:33 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 24 Oct 2018 16:33:23 +0000 (18:33 +0200)
commite5f00816c6fe584d9de0f429a68a328c819a6ea7
tree379d710d3d269db9747bc64525bed5e0226989c0
parent0cfd46e9bb008a22a0b7a31def3b1bf9a4bd7dc7
po: Remove obsolete Makefile rules for .mo files.

* gettext-runtime/po/Makefile.in.in (MSGFMT*): Remove variables.
(.SUFFIXES): Remove .mo.
(.po.mo): Remove rule.
(distclean): Don't remove *.mo files.
* gettext-tools/examples/hello-*/po/Makefile.am (.SUFFIXES): Remove .mo.
(.po.mo): Remove rule.
(DISTCLEANFILES): Remove *.mo.
* gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile (.SUFFIXES):
Remove .mo.
* gettext-runtime/m4/po.m4 (AM_PO_SUBDIRS): Don't set MSGFMT_015.
15 files changed:
gettext-runtime/m4/po.m4
gettext-runtime/po/Makefile.in.in
gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am
gettext-tools/examples/hello-clisp/po/Makefile.am
gettext-tools/examples/hello-gawk/po/Makefile.am
gettext-tools/examples/hello-guile/po/Makefile.am
gettext-tools/examples/hello-librep/po/Makefile.am
gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile
gettext-tools/examples/hello-pascal/po/Makefile.am
gettext-tools/examples/hello-perl/po/Makefile.am
gettext-tools/examples/hello-php/po/Makefile.am
gettext-tools/examples/hello-python/po/Makefile.am
gettext-tools/examples/hello-sh/po/Makefile.am
gettext-tools/examples/hello-smalltalk/po/Makefile.am
gettext-tools/examples/hello-ycp/po/Makefile.am