]> git.ipfire.org Git - thirdparty/gettext.git/commit
po, examples: In the .po -> .gmo rules, really consider the newest changes to the...
authorBruno Haible <bruno@clisp.org>
Sun, 5 Apr 2020 13:08:34 +0000 (15:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:39:02 +0000 (13:39 +0200)
commit85d1fbc5cc075896f1d3af5bd88d1ce7bcac62d0
tree80d87929d452d74d269fc6929ddd582b77093ee9
parentf0b10a6e8d55ab6beb4bcc7d4e9d788b2588a544
po, examples: In the .po -> .gmo rules, really consider the newest changes to the POT file.

Reported by Petr Ovtchenkov <ptr@void-ptr.info> in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-04/msg00000.html>.
Helped by Paul Smith.

* gettext-runtime/po/Makefile.in.in (.po.gmo): Write dependency on the POT file
as a target rule, since inference rules don't support prerequisites.
* gettext-tools/examples/hello-*/po/Makefile.am: Likewise, also for the .po.qm
rule.
* NEWS: Mention the fix.
15 files changed:
NEWS
gettext-runtime/po/Makefile.in.in
gettext-tools/examples/hello-c++-qt/po/Makefile.am
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-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