Tag
Hash :
1198063a
Author :
Date :
1998-09-16T04:23:41
A couple fixes from Per Cederqvist
#! /bin/sh
# Test to make sure texinfo.tex correctly installed by -a. Bug report
# by Per Cederqvist.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
info_TEXINFOS = textutils.texi
magic:
@echo $(DISTFILES)
END
echo '@setfilename textutils.info' > textutils.texi
$AUTOMAKE -a || exit 1
test -f texinfo.tex