From: Glenn Morris Date: Sun, 15 Jun 2008 02:58:09 +0000 (+0000) Subject: (emacsver): New, set by configure. X-Git-Tag: emacs-pretest-23.0.90~4774 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bbcada72f5bcd66dad7f1e4e3f26faddaf05b45;p=emacs.git (emacsver): New, set by configure. (manual): Use emacsver. --- diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 54fc32f217a..e91aea5bf93 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in @@ -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: