aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: