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 | c7f125f298d468671a24bba4ba89344ddc41b304 (patch) | |
tree | e25d51fb5a290358516453cdcc5c381e70757403 /lispref | |
parent | 09954f3be12fd8cbbe435a588d635d46702cd336 (diff) | |
download | emacs-c7f125f298d468671a24bba4ba89344ddc41b304.tar.gz |
(VERSION): Set to 2.8.
(manual): Use `manual-21'.
Diffstat (limited to 'lispref')
-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 |