uniquify files passed to etags
[automake.git] / tests / texinfo4.test
blob17b76e570bba65846a12bc6ab2bd191e5d0a9bb2
1 #! /bin/sh
3 # Make sure non-empty, non-info suffixes are diagnosed.
5 . $srcdir/defs || exit 1
7 cat > Makefile.am << 'END'
8 info_TEXINFOS = textutils.texi
9 END
11 echo '@setfilename textutils.frob' > textutils.texi
12 : > texinfo.tex
14 $AUTOMAKE && exit 1
15 exit 0