]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: new variable AM_DISTCHECK_DVI_TARGET to override "dvi".
authorKarl Berry <karl@freefriends.org>
Sun, 17 May 2020 16:36:15 +0000 (09:36 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 17 May 2020 16:36:15 +0000 (09:36 -0700)
commit04567be6e90beb62d07aaf981300a8d2e831fe90
treee51f809481b2dbdd0701404264b0573921c074fb
parentafba8295f910f3b7e3f2c5d3edae0094b91d117a
automake: new variable AM_DISTCHECK_DVI_TARGET to override "dvi".

This change fixes https://bugs.gnu.org/8289.

* lib/am/distdir.am (AM_DISTCHECK_DVI_TARGET): define as dvi.
(distcheck): use it, isntead of hardcoding dvi.
* lib/Automake/Variable.pm (%_silent_variable_override): add
AM_DISTCHECK_DVI_TARGET.
* t/distcheck-override-dvi.sh: new test.
* t/list-of-tests.mk (handwritten_TESTS): add it.
* doc/automake.texi (Checking the Distribution): document this.
(Third-Party Makefiles): explicitly mention that
EMPTY_AUTOMAKE_TARGETS is not a built-in or special name.
Various other index entries and wording tweaks.
* NEWS (Distribution): mention this.
NEWS
doc/automake.texi
lib/Automake/Variable.pm
lib/am/distdir.am
t/distcheck-override-dvi.sh [new file with mode: 0644]
t/list-of-tests.mk