Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3bbcada7
Commit
3bbcada7
authored
Jun 15, 2008
by
Glenn Morris
Browse files
(emacsver): New, set by configure.
(manual): Use emacsver.
parent
d794edf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/lispref/Makefile.in
doc/lispref/Makefile.in
+3
-1
No files found.
doc/lispref/Makefile.in
View file @
3bbcada7
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment