]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Support "make dist" without prior "make".
authorBruno Haible <bruno@clisp.org>
Mon, 22 Jul 2024 11:25:14 +0000 (13:25 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Jul 2024 11:25:14 +0000 (13:25 +0200)
commit088a93812e2c9aa60faa0f322c4a75852731387a
tree9fa3f6ea49875acdda74ce2c00cfdd692dc12752
parent96fd5e0905fdc6c6d9612fe97bdd64797db52921
build: Support "make dist" without prior "make".

This is required by the GNU Coding Standards
<https://www.gnu.org/prep/standards/html_node/Standard-Targets.html>.

Reported by <nroycea+gnu@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gettext/2024-07/msg00010.html>.

* Makefile.am (distdir1): New target.
* configure.ac: Apply FIX_MAKEFILE_DISTRIB on Makefile.
* gettext-runtime/Makefile.am (distdir1, gen-man1): New targets.
* gettext-runtime/configure.ac: Apply FIX_MAKEFILE_DISTRIB on Makefile.
* gettext-tools/Makefile.am (programs-for-distdir, distdir1, gen-man1,
distdir2): New targets.
* gettext-tools/configure.ac: Apply FIX_MAKEFILE_DISTRIB on Makefile.
* gettext-tools/src/Makefile.am (built-sources): New target.
Makefile.am
configure.ac
gettext-runtime/Makefile.am
gettext-runtime/configure.ac
gettext-tools/Makefile.am
gettext-tools/configure.ac
gettext-tools/src/Makefile.am