source: trunk/essentials/sys-devel/automake-1.4/tests/texinfo7.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 318 bytes
Line 
1#! /bin/sh
2
3# Test to make sure texinfo.tex correctly installed by -a. Bug report
4# by Per Cederqvist.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'END'
9info_TEXINFOS = textutils.texi
10magic:
11 @echo $(DISTFILES)
12END
13
14echo '@setfilename textutils.info' > textutils.texi
15
16$AUTOMAKE -a || exit 1
17
18test -f texinfo.tex
Note: See TracBrowser for help on using the repository browser.