1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

(emacsver): New, set by configure.

(manual): Use emacsver.
This commit is contained in:
Glenn Morris 2008-06-15 02:58:09 +00:00
parent d794edf21d
commit 3bbcada72f

View 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: