From 5bdaf8f6ecabecbac59362bb219eb7428a7772d7 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 15 Dec 2003 22:38:05 +0000 Subject: [PATCH] =?utf8?q?*=20tests/txinfo24.test,=20tests/txinfo25.test,?= =?utf8?q?=20tests/txinfo28.test:=20Require=20texi2dvi-o.=20Report=20from?= =?utf8?q?=20V=E1clav=20Haisman.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ChangeLog | 6 ++++++ THANKS | 1 + tests/txinfo24.test | 2 +- tests/txinfo25.test | 2 +- tests/txinfo28.test | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7cba39bde..862ff4294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-15 Alexandre Duret-Lutz + + * tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test: + Require texi2dvi-o. + Report from Václav Haisman. + 2003-12-10 Alexandre Duret-Lutz * configure.ac, NEWS: Bump version to 1.8.0a. diff --git a/THANKS b/THANKS index b591703a9..df2b05289 100644 --- a/THANKS +++ b/THANKS @@ -230,6 +230,7 @@ Tim Mooney mooney@dogbert.cc.ndsu.NoDak.edu Tim Van Holder tim.van.holder@pandora.be Tom Epperly tepperly@llnl.gov Ulrich Drepper drepper@gnu.ai.mit.edu +Václav Haisman V.Haisman@sh.cvut.cz Vadim Zeitlin Vadim.zeitlin@dptmaths.ens-cachan.fr Werner Koch wk@isil.d.shuttle.de William S Fulton wsf@fultondesigns.co.uk diff --git a/tests/txinfo24.test b/tests/txinfo24.test index 88cfe0b55..d48ccab87 100755 --- a/tests/txinfo24.test +++ b/tests/txinfo24.test @@ -21,7 +21,7 @@ # Check that info files are built in builddir when needed. # (Similar to txinfo16.test, plus CLEANFILES.) -required='makeinfo tex' +required='makeinfo tex texi2dvi-o' . ./defs || exit 1 set -e diff --git a/tests/txinfo25.test b/tests/txinfo25.test index baee54393..944c9a196 100755 --- a/tests/txinfo25.test +++ b/tests/txinfo25.test @@ -21,7 +21,7 @@ # Similar to texinfo24.test, but with two info files, only one of # which being cleaned. -required='makeinfo tex' +required='makeinfo tex texi2dvi-o' . ./defs || exit 1 set -e diff --git a/tests/txinfo28.test b/tests/txinfo28.test index 4709ff0fd..59254adf8 100755 --- a/tests/txinfo28.test +++ b/tests/txinfo28.test @@ -22,7 +22,7 @@ # Similar to txinfo24.test, but obfuscating filenames with variable references. # Report from Ralf Corsepius. -required='makeinfo tex' +required='makeinfo tex texi2dvi-o' . ./defs || exit 1 set -e -- 2.11.4.GIT