* defs: Since we now require Texinfo 4.9 or later in the Automake generated Makefiles, and since the '--html' option of makeinfo, as well as its capability to generate HTML output, has been supported since Texinfo 4.0 (according to the Texinfo NEWS file), the requirement 'makeinfo-html' is obsolete -- the simpler requirement 'makeinfo' is enough. * t/instdir-texi.sh ($required): Adjust by using simply 'makeinfo' instead of 'makeinfo-html'. * t/silent8.sh: Likewise. * t/txinfo21.sh: Likewise.
Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- t/instdir-texi.sh | 2 +- t/silent8.sh | 2 +- t/txinfo21.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/instdir-texi.sh b/t/instdir-texi.sh index 4e4887a..8523993 100755 --- a/t/instdir-texi.sh +++ b/t/instdir-texi.sh @@ -17,7 +17,7 @@ # If $(infodir) is the empty string, then nothing should be installed there. # Likewise for the other install-* targets used for texinfo files. -required='makeinfo-html tex texi2dvi' +required='makeinfo tex texi2dvi' . ./defs || Exit 1 dvips --help \ diff --git a/t/silent8.sh b/t/silent8.sh index 7393d19..6a82008 100755 --- a/t/silent8.sh +++ b/t/silent8.sh @@ -16,7 +16,7 @@ # Check texinfo rules in silent-rules mode. -required='makeinfo-html tex texi2dvi dvips' +required='makeinfo tex texi2dvi dvips' . ./defs || Exit 1 echo AC_OUTPUT >> configure.ac diff --git a/t/txinfo21.sh b/t/txinfo21.sh index 93543a7..732b5d8 100755 --- a/t/txinfo21.sh +++ b/t/txinfo21.sh @@ -17,7 +17,7 @@ # Test support for building HTML documentation, and the many # install-DOC flavors. -required='makeinfo-html tex texi2dvi' +required='makeinfo tex texi2dvi' . ./defs || Exit 1 cat >>configure.ac <<\EOF -- 1.7.9.5