nothing
[automake.git] / tests / texinfo.test
blob96022ff272ec13b2e90fbfb7707bf3e8d0eba0c1
1 #! /bin/sh
3 # Test to ensure texinfo.tex included in distribution. Bug report by
4 # Jim Meyering.
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
15 : > texinfo.tex
17 $AUTOMAKE || exit 1
19 $MAKE -s -f Makefile.in magic | grep 'texinfo\.tex'