3 # Test for bug reported by Glenn Amerine:
4 # When automake sees version.texi is being included by a texi file,
5 # version.texi gets listed as a dependency for the .info file but
8 .
$srcdir/defs ||
exit 1
10 cat > Makefile.am
<< 'END'
11 info_TEXINFOS
= zardoz.texi
14 cat > zardoz.texi
<< 'END'
19 # Required when using Texinfo.
25 grep '^zardoz\.dvi:' Makefile.
in