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:
parent
d794edf21d
commit
3bbcada72f
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue