# HG changeset patch # User Glenn Morris # Date 1213498689 0 # Node ID 8d0bb433e814712f722a8f507a1216d56f968c12 # Parent d55ec23f052d4bff2e15c3048371dd7d893b1d7d (emacsver): New, set by configure. (manual): Use emacsver. diff -r d55ec23f052d -r 8d0bb433e814 doc/lispref/Makefile.in --- 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: