]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: drop requirement 'makeinfo-html'; 'makeinfo' is enough
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 20 Jun 2012 10:27:11 +0000 (12:27 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 20 Jun 2012 11:27:56 +0000 (13:27 +0200)
* 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.lattarini@gmail.com>
t/instdir-texi.sh
t/silent8.sh
t/txinfo21.sh

index 4e4887a7a865f00c0ad7e2a38c2f1cb5c0fc74fe..8523993f1d6af399896c20693690fd8e0158a720 100755 (executable)
@@ -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 \
index 7393d19c20cf46262b61831426ec9130b0fe4db9..6a8200868da096ae2963805317aadbc7a3f242b6 100755 (executable)
@@ -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
index 93543a78597bd8aac11b2dc5ec6152590cf30a76..732b5d859d420bdbc054c0b65b03fc3558da8545 100755 (executable)
@@ -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