]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] texi: drop support for '.txi' and '.texinfo' suffixes
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 17 Jun 2012 09:50:55 +0000 (11:50 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 17 Jun 2012 10:50:16 +0000 (12:50 +0200)
commitd5459b98e06adfe74d2192a2b7421355f10e5c0d
treeee8cb3a75fcf0cd221e8f223bba3ffbbd7b2030b
parentd5d55d3c5a5c2c508c02baeb6b178ede06edc913
[ng] texi: drop support for '.txi' and '.texinfo' suffixes

The former was only needed to cater to 8+3 file systems (for which
we have dropped support anyway), and the latter was hardly used in
practice, it's extra "eye-candy" not worth complicating the code.
We now only accept and handle files with a '.texi' suffix.

* NG-NEWS: Update.
* automake.in (handle_texinfo_helper): Drop support for '.txi'
and '.texinfo' suffixes.
(scan_texinfo_files): Likewise.
* lib/am/texibuild.am: Simplify accordingly, assuming '.texi'
as the only valid suffix for Texinfo input files.
* t/txinfo-rules-once.sh: Resurrect this test, and enhance it
a little, also merging in the suitably adapted contents of ...
* t/txinfo9.sh: ... this test, now deleted.
* t/txinfo6.sh: Remove as obsolete.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NG-NEWS
automake.in
lib/am/texibuild.am
t/txinfo-rules-once.sh [moved from t/txinfo9.sh with 50% similarity]
t/txinfo6.sh [deleted file]