diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-10-08 23:25:11 +0200 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-10-08 23:25:11 +0200 |
commit | ac378dbab6e987358622b449cf6dfe859dc99db7 (patch) | |
tree | 38aa0ac3696094f39c62d7dc3e449fcf01fa1dbf /tests/txinfo22.test | |
parent | 732cae8fd05bdaae5a1b7fb30cbb5d2dde8e6b84 (diff) | |
download | automake-ac378dbab6e987358622b449cf6dfe859dc99db7.tar.gz |
Require texi2dvi in tests, makeinfo may not be enough.
* tests/txinfo16.test: RHEL 5.2 has makeinfo and texi2dvi in
separate packages, so also list the latter as required, as the
test generates DVI and/or PDF output (through distcheck).
* tests/txinfo18.test: Likewise.
* tests/txinfo21.test: Likewise.
* tests/txinfo22.test: Likewise.
* tests/txinfo3.test: Likewise.
* tests/version7.test: Likewise.
* THANKS: Update.
Report by Alexander Martens.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'tests/txinfo22.test')
-rwxr-xr-x | tests/txinfo22.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/txinfo22.test b/tests/txinfo22.test index 5533f98a9..f90a02ba7 100755 --- a/tests/txinfo22.test +++ b/tests/txinfo22.test @@ -20,7 +20,7 @@ # but preserve them in the output. # Also make sure TEXINFO_TEX is not distributed. -required='makeinfo tex' +required='makeinfo tex texi2dvi' . ./defs || Exit 1 set -e |