summaryrefslogtreecommitdiff
path: root/tests/texinfo.test
blob: 19e5f0ff34ed2c54af06f294729050c80655b041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

# Test to ensure texinfo.tex included in distribution.  Bug report by
# Jim Meyering.

. $srcdir/defs || exit 1

cat > Makefile.am << 'END'
info_TEXINFOS = textutils.texi
magic:
	@echo $(DISTFILES)
END

: > textutils.texi
: > texinfo.tex

$AUTOMAKE || exit 1

make -s -f Makefile.in magic | grep 'texinfo\.tex'