Get rid of the INFO_EXT variable
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Jun 2014 02:11:38 +0000 (22:11 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Jun 2014 02:11:38 +0000 (22:11 -0400)
commit40abffe4c6c6b2d4247eeb1d0e9591e7d6f8e7d2
treeb2347958765b9a7d9ae95ecb6bfccaf8595e0029
parentbb175792b137dde8c4fd47a0e4660395e6e2f77f
Get rid of the INFO_EXT variable
It's never been anything more than pointless complexity

* configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.

* Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.

* doc/emacs/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
(INFO_OPTS): Set directly rather than with configure.

* doc/lispintro/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
(INFO_OPTS): Set directly rather than with configure.

* doc/lispref/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
(INFO_OPTS): Set directly rather than with configure.

* doc/misc/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
(INFO_OPTS): Set directly rather than with configure.
ChangeLog
Makefile.in
configure.ac
doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/lispintro/ChangeLog
doc/lispintro/Makefile.in
doc/lispref/ChangeLog
doc/lispref/Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in