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

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

automake 1.4-p6

File size: 245 bytes
Line 
1#! /bin/sh
2
3# Test to make sure `.txi' extension works.
4. $srcdir/defs || exit 1
5
6cat > Makefile.am << 'END'
7info_TEXINFOS = foo.txi
8END
9
10echo '@setfilename foo.info' > foo.txi
11: > texinfo.tex
12
13$AUTOMAKE || exit 1
14
15fgrep '.txi.info' Makefile.in
Note: See TracBrowser for help on using the repository browser.