source:
trunk/essentials/sys-devel/automake-1.4/tests/texinfo6.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 245 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test to make sure `.txi' extension works. |
4 | . $srcdir/defs || exit 1 |
5 | |
6 | cat > Makefile.am << 'END' |
7 | info_TEXINFOS = foo.txi |
8 | END |
9 | |
10 | echo '@setfilename foo.info' > foo.txi |
11 | : > texinfo.tex |
12 | |
13 | $AUTOMAKE || exit 1 |
14 | |
15 | fgrep '.txi.info' Makefile.in |
Note:
See TracBrowser
for help on using the repository browser.