aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-06-09 22:11:38 -0400
committerGlenn Morris2014-06-09 22:11:38 -0400
commit40abffe4c6c6b2d4247eeb1d0e9591e7d6f8e7d2 (patch)
treeb2347958765b9a7d9ae95ecb6bfccaf8595e0029 /doc/lispref/ChangeLog
parentbb175792b137dde8c4fd47a0e4660395e6e2f77f (diff)
downloademacs-40abffe4c6c6b2d4247eeb1d0e9591e7d6f8e7d2.tar.gz
emacs-40abffe4c6c6b2d4247eeb1d0e9591e7d6f8e7d2.zip
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.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index d859e0f01a9..fd50c2aebdc 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12014-06-10 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
4 (INFO_OPTS): Set directly rather than with configure.
5
12014-06-09 Paul Eggert <eggert@cs.ucla.edu> 62014-06-09 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Say (accept-process-output P)'s result pertains to P if P is non-nil. 8 Say (accept-process-output P)'s result pertains to P if P is non-nil.