summaryrefslogtreecommitdiff
path: root/tests/texinfo6.test
blob: dd984f824aff39ac5f7dae3ac659e8e60a5f4114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

# Test to make sure `.txi' extension works.
. $srcdir/defs || exit 1

cat > Makefile.am << 'END'
info_TEXINFOS = foo.txi
END

echo '@setfilename foo.info' > foo.txi
: > texinfo.tex

$AUTOMAKE || exit 1

fgrep '.txi.info' Makefile.in