]> code.delx.au - gnu-emacs/commitdiff
(emacsver): New, set by configure.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2008 02:58:09 +0000 (02:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2008 02:58:09 +0000 (02:58 +0000)
(manual): Use emacsver.

doc/lispref/Makefile.in

index 54fc32f217a2c55ca3ca563812f2d0114cc671ee..e91aea5bf9372890960fdfe35b2473d7b33c7b61 100644 (file)
@@ -26,6 +26,8 @@ srcdir = @srcdir@
 # 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 @@ MAKEINFO = makeinfo --force
 
 # 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: