diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-10-17 10:45:24 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-10-17 10:45:24 +0000 |
commit | e32359bd899540058887d38065dd14a2c0014647 (patch) | |
tree | d0f2ec5a70e5941a49d13d6703fd74f4439fc6e7 /lispref/Makefile.in | |
parent | bd062c32a3342f6e6564d31042d685a91b5e0e68 (diff) | |
download | emacs-e32359bd899540058887d38065dd14a2c0014647.tar.gz |
(VERSION): Set to 2.8.
(manual): Use `manual-21'.
Diffstat (limited to 'lispref/Makefile.in')
-rw-r--r-- | lispref/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 8406e079951..77005b50c84 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -23,8 +23,8 @@ texmacrodir = /usr/local/lib/tex/macros texinputdir = TEXINPUTS=$(srcdir): # The name of the manual: -VERSION=2.6 -manual = elisp-manual-20-$(VERSION) +VERSION=2.8 +manual = elisp-manual-21-$(VERSION) # Uncomment this line for permuted index. # permuted_index = 1 |