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

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

drive letters.

File size: 382 bytes
Line 
1#! /bin/sh
2
3# Test to ensure texinfo.tex included in distribution. Bug report by
4# Jim Meyering.
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: > texinfo.tex
16
17$AUTOMAKE || exit 1
18
19$MAKE -s -f Makefile.in SHELL=${UNIXROOT}/bin/sh magic | grep 'texinfo\.tex'
Note: See TracBrowser for help on using the repository browser.