diff options
| author | Glenn Morris | 2010-10-08 18:41:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-08 18:41:21 -0700 |
| commit | f7a31f1108819af24320aa33c9d2d5728ce0b83c (patch) | |
| tree | 07454d84870d48c80e401eb6408c9ba9e2bcdd0c /admin/ChangeLog | |
| parent | 3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed (diff) | |
| download | emacs-f7a31f1108819af24320aa33c9d2d5728ce0b83c.tar.gz emacs-f7a31f1108819af24320aa33c9d2d5728ce0b83c.zip | |
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.
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index d3ca3a19dd4..dc220d99741 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * admin.el (set-version): No need to act on doc/ files any more. | ||
| 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> |