aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-19 18:35:57 +0000
committerRichard M. Stallman1995-06-19 18:35:57 +0000
commit2fb9d6410c6aa0dfd38eb9b21affc2d573621842 (patch)
treefdc9f84e3b2ae8b870d9cb4600d1b7c30e7d85f0
parent714812eb9a9aac4cd2a37c54aafe4431627008f0 (diff)
downloademacs-2fb9d6410c6aa0dfd38eb9b21affc2d573621842.tar.gz
emacs-2fb9d6410c6aa0dfd38eb9b21affc2d573621842.zip
(VERSION): Update version number.
(maintainer-clean): Renamed from realclean.
-rw-r--r--lispref/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 484555fcf07..c71ca841909 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -24,7 +24,7 @@ infodir = ${prefix}/info
24 24
25# The name of the manual: 25# The name of the manual:
26 26
27VERSION=2.3 27VERSION=2.4
28manual = elisp-manual-19-$(VERSION) 28manual = elisp-manual-19-$(VERSION)
29 29
30# Uncomment this line for permuted index. 30# Uncomment this line for permuted index.
@@ -90,7 +90,7 @@ clean:
90 rm -f makeinfo.o makeinfo getopt.o getopt1.o 90 rm -f makeinfo.o makeinfo getopt.o getopt1.o
91 rm -f texindex.o texindex index.texi 91 rm -f texindex.o texindex index.texi
92 92
93realclean: clean 93maintainer-clean: clean
94 rm -f elisp elisp-* 94 rm -f elisp elisp-*
95 95
96dist: 96dist: