]> 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>
Sun, 5 Apr 2020 13:12:34 +0000 (15:12 +0200)
commitbf019d3d260b26ea90ddabd3ca6802c6edf8f5b2
tree956ccc921338fe212a8de688fe4d2a5283d0d5f0
parent858c9111ca48431b3f1837d8ff28fa8a16091b1f
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