]> sourceware.org Git - automake.git/commitdiff
* tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 15 Dec 2003 22:36:43 +0000 (22:36 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 15 Dec 2003 22:36:43 +0000 (22:36 +0000)
Require texi2dvi-o.
Report from Václav Haisman.

ChangeLog
Makefile.in
THANKS
tests/txinfo24.test
tests/txinfo25.test
tests/txinfo28.test

index b65b37978951a898601a2ceb31475ec057f7dae6..294853315a57f4c349d5f2b0e875cdc967ef83c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-15  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:
+       Require texi2dvi-o.
+       Report from Václav Haisman.
+
 2003-12-10  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * configure.ac, NEWS: Bump version to 1.8a.
index 189e4ebe1660ad0c2d007929c23263303d78b2f7..d3d5ca9741321555d76903f70a460a10048f9f6d 100644 (file)
@@ -37,8 +37,7 @@ POST_UNINSTALL = :
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
-       ChangeLog INSTALL NEWS THANKS TODO configure configure.ac \
-       texinfo.tex
+       ChangeLog INSTALL NEWS THANKS TODO configure configure.ac
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
        $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
diff --git a/THANKS b/THANKS
index b591703a904db957e230cf9b0aa992e99a051cf9..df2b05289959f93cbbac0f2555aed16024fcc437 100644 (file)
--- 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
index 88cfe0b558d91d8816df88f44e7a433fb85d9ccf..d48ccab872a98cab970b7cbdaa4aec2f5a4fa8ec 100755 (executable)
@@ -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
index baee543933b959270c66394da3984cc45c289ad3..944c9a1964a4eebb9472187dd00c5e50e700d12a 100755 (executable)
@@ -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
index 4709ff0fda8999c12578493aaedb59f1b7c366b6..59254adf883dc8501da6f1a8acb1d542df538ece 100755 (executable)
@@ -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
This page took 0.042589 seconds and 5 git commands to generate.