Mercurial > emacs
changeset 95949:8d0bb433e814
(emacsver): New, set by configure.
(manual): Use emacsver.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 15 Jun 2008 02:58:09 +0000 |
parents | d55ec23f052d |
children | 458bb3147a5c |
files | doc/lispref/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/Makefile.in Sun Jun 15 02:53:17 2008 +0000 +++ b/doc/lispref/Makefile.in Sun Jun 15 02:58:09 2008 +0000 @@ -26,6 +26,8 @@ # Tell make where to find source files; this is needed for the makefiles. VPATH=@srcdir@ +emacsver=@version@ # eg 23.0.60 + infodir = ../../info usermanualdir = $(srcdir)/../emacs miscmanualdir = $(srcdir)/../misc @@ -37,7 +39,7 @@ # The name of the manual: VERSION=2.9 -manual = elisp-manual-21-$(VERSION) +manual = elisp-manual-$(emacsver)-$(VERSION) # List of all the texinfo files in the manual: