summaryrefslogtreecommitdiff
path: root/t/txinfo-vtexi2.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-01 20:59:53 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-02 13:09:36 +0100
commit2af418d1f8b9750f5395cfe897af4f726ad4667d (patch)
tree3c6b817a013d01985a57cda21d9cf40b458c0072 /t/txinfo-vtexi2.sh
parent0a52679a428889c52166c4f6e493cec64fa917a4 (diff)
downloadautomake-2af418d1f8b9750f5395cfe897af4f726ad4667d.tar.gz
texi: warn against suffix-less info files
The warning being in the 'obsolete' category. This is mostly to ease transition to Automake-NG (see commit v1.12.1-392-ga0c7b6a), and to discourage use of seldom-tested setups. * automake.in (scan_texinfo_file): Warn against '@setfilename' directives that specify suffix-less output info files. * t/txinfo-without-info-suffix.sh: Adjust and enhance. * t/txinfo-makeinfo-error-no-clobber.sh: No longer use suffix-less info files in '@setfilename' directives. * t/primary-prefix-valid-couples.sh: Likewise. * t/txinfo-setfilename-repeated.sh: Likewise. * t/txinfo-vtexi2.sh : Likewise. * t/mdate2.sh: Likewise. * NEWS: Update. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/txinfo-vtexi2.sh')
-rwxr-xr-xt/txinfo-vtexi2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo-vtexi2.sh b/t/txinfo-vtexi2.sh
index 0d12cc3c0..72bad5d76 100755
--- a/t/txinfo-vtexi2.sh
+++ b/t/txinfo-vtexi2.sh
@@ -26,7 +26,7 @@ info_TEXINFOS = zardoz.texi
END
cat > zardoz.texi << 'END'
-@setfilename zardoz
+@setfilename zardoz.info
@include version.texi
END