d763aeddb85d3244af41ad457a3ab94a40ace94a
[platform/upstream/automake.git] / tests / texinfo3.test
1 #! /bin/sh
2
3 # Test to make sure .info-less @setfilename works.
4
5 . $srcdir/defs || exit 1
6
7 set -e
8
9 cat > Makefile.am << 'END'
10 info_TEXINFOS = textutils.texi
11 END
12
13 echo '@setfilename textutils' > textutils.texi
14 : > texinfo.tex
15
16 $ACLOCAL
17 $AUTOMAKE
18
19 grep '^INFO_DEPS.*textutils$' Makefile.in
20 grep '^.texi:$' Makefile.in