comparison admin/ChangeLog @ 110863:f537cb2035e9

Set the version number in the texinfo manuals using configure. * doc/misc/Makefile.in (emacsdir): New variable. ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo. * doc/misc/faq.texi (VER): Replace with EMACSVER from emacsver.texi. * doc/lispref/Makefile.in (emacsdir): New variable. (MAKEINFO): Add -I $emacsdir. (dist): Copy emacsver.texi. * doc/lispref/book-spine.texinfo, doc/lispref/elisp.texi: * doc/lispref/vol2.texi, doc/lispref/vol1.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/emacsver.texi.in: New file. * doc/emacs/emacs.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/Makefile.in (distclean): Delete emacsver.texi. (dist): Copy emacsver.texi. * admin/admin.el (set-version): No need to act on doc/ files any more. * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi. * make-dist: Include doc/emacs/*.texi.in.
author Glenn Morris <rgm@gnu.org>
date Fri, 08 Oct 2010 18:41:21 -0700
parents 3869cf7d1e82
children b71665f4f9ba
comparison
equal deleted inserted replaced
110862:3869cf7d1e82 110863:f537cb2035e9
1 2010-10-09 Glenn Morris <rgm@gnu.org> 1 2010-10-09 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (set-version): No need to act on doc/ files any more.
2 4
3 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m. 5 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
4 6
5 2010-09-05 Juanma Barranquero <lekktu@gmail.com> 7 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
6 8