diff options
| author | Glenn Morris | 2008-06-15 02:58:09 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-15 02:58:09 +0000 |
| commit | 3bbcada72f5bcd66dad7f1e4e3f26faddaf05b45 (patch) | |
| tree | ca05faae4d849a2262b593019ff556fcd627def2 | |
| parent | d794edf21d66ae41e263b6c92538871a3c6d3d4a (diff) | |
| download | emacs-3bbcada72f5bcd66dad7f1e4e3f26faddaf05b45.tar.gz emacs-3bbcada72f5bcd66dad7f1e4e3f26faddaf05b45.zip | |
(emacsver): New, set by configure.
(manual): Use emacsver.
| -rw-r--r-- | doc/lispref/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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@ | |||
| 26 | # Tell make where to find source files; this is needed for the makefiles. | 26 | # Tell make where to find source files; this is needed for the makefiles. |
| 27 | VPATH=@srcdir@ | 27 | VPATH=@srcdir@ |
| 28 | 28 | ||
| 29 | emacsver=@version@ # eg 23.0.60 | ||
| 30 | |||
| 29 | infodir = ../../info | 31 | infodir = ../../info |
| 30 | usermanualdir = $(srcdir)/../emacs | 32 | usermanualdir = $(srcdir)/../emacs |
| 31 | miscmanualdir = $(srcdir)/../misc | 33 | miscmanualdir = $(srcdir)/../misc |
| @@ -37,7 +39,7 @@ MAKEINFO = makeinfo --force | |||
| 37 | 39 | ||
| 38 | # The name of the manual: | 40 | # The name of the manual: |
| 39 | VERSION=2.9 | 41 | VERSION=2.9 |
| 40 | manual = elisp-manual-21-$(VERSION) | 42 | manual = elisp-manual-$(emacsver)-$(VERSION) |
| 41 | 43 | ||
| 42 | # List of all the texinfo files in the manual: | 44 | # List of all the texinfo files in the manual: |
| 43 | 45 | ||