]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] texi: verbatim include of rules for texinfo installation
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 12:09:34 +0000 (14:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 12:46:56 +0000 (14:46 +0200)
commitb80d8d27d48007f8ebca8af72166a80d67ff6b88
tree44d8e5d1029257a56562e53af4bc99bce69d64d0
parent0b4d3325ca69a6081537f744bf09f6beaef325dd
[ng] texi: verbatim include of rules for texinfo installation

It tells whether the '.info' files must be installed by default (usually
yes, unless the "no-installinfo" automake option is used).  This is just
a preparatory change, in view of future ones.

* lib/am/texinfos.am: Move ...
* lib/am/texinfos.mk: ... here, with related adjustments.  Also ...
(info_TEXINFOS): ... initialize this to empty by default.
* lib/am/automake.in (handle_texinfo): Adjust and simplify accordingly.
* Makefile.am (dist_am_DATA): Adjust.
* t/txinfo10.sh: Remove, basically an obsolete grepping check.  We can
instead ...
* t/txinfo21.sh: ... enhance this semantic test to subsume and supersede
the removed one.
* t/override-conditional-1.sh: Adjust to avoid spurious failures.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
automake.in
lib/am/texinfos.mk [moved from lib/am/texinfos.am with 94% similarity]
t/override-conditional-1.sh
t/txinfo10.sh [deleted file]
t/txinfo21.sh