* tests/Makefile.am (TESTS): Added yacc5.test.
[automake.git] / tests / texinfo7.test
blobb98121312df97b9a914cb06912cde8c03c527a4e
1 #! /bin/sh
3 # Test to make sure texinfo.tex correctly installed by -a. Bug report
4 # by Per Cederqvist.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 info_TEXINFOS = textutils.texi
10 magic:
11 @echo $(DISTFILES)
12 END
14 echo '@setfilename textutils.info' > textutils.texi
16 $AUTOMAKE -a || exit 1
18 test -f texinfo.tex