summaryrefslogtreecommitdiff
path: root/t/txinfo-no-repeated-targets.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-01 22:34:15 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-02 13:09:47 +0100
commite1ed31451f1df01799544a4c6482ae68a1b07019 (patch)
tree35ff112c4483c931dcc9293d18e57fa43ecb3266 /t/txinfo-no-repeated-targets.sh
parent856394136f1a9dd2e40d728ca429664612b46a38 (diff)
downloadautomake-e1ed31451f1df01799544a4c6482ae68a1b07019.tar.gz
texi: warn against '.txi' and '.texinfo' input suffixes
The warning being in the 'obsolete' category. This is mostly to ease transition to Automake-NG (see commit v1.12.1-416-gd5459b9), and to discourage use of seldom-tested setups. * automake.in (handle_texinfo_helper): Warn against Texinfo input files with '.txi' or '.texinfo' suffixes. * NEWS: Update. * t/txinfo-other-suffixes.sh: Adjust and enhance. * t/txinfo-no-repeated-targets.sh: No longer use '.txi' and '.texinfo' extensions. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/txinfo-no-repeated-targets.sh')
-rwxr-xr-xt/txinfo-no-repeated-targets.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/txinfo-no-repeated-targets.sh b/t/txinfo-no-repeated-targets.sh
index c9b977a34..99894f597 100755
--- a/t/txinfo-no-repeated-targets.sh
+++ b/t/txinfo-no-repeated-targets.sh
@@ -19,12 +19,12 @@
. test-init.sh
cat > Makefile.am << 'END'
-info_TEXINFOS = maude.texi liver.txi heart.texinfo
+info_TEXINFOS = maude.texi liver.texi heart.texi
END
echo '@setfilename maude.info' > maude.texi
-echo '@setfilename liver.info' > liver.txi
-echo '@setfilename heart.info' > heart.texinfo
+echo '@setfilename liver.info' > liver.texi
+echo '@setfilename heart.info' > heart.texi
: > texinfo.tex
$ACLOCAL