From 2fb9d6410c6aa0dfd38eb9b21affc2d573621842 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 Jun 1995 18:35:57 +0000 Subject: [PATCH] (VERSION): Update version number. (maintainer-clean): Renamed from realclean. --- lispref/Makefile.in | 4 ++-- 1 file 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 # The name of the manual: -VERSION=2.3 +VERSION=2.4 manual = elisp-manual-19-$(VERSION) # Uncomment this line for permuted index. @@ -90,7 +90,7 @@ clean: rm -f makeinfo.o makeinfo getopt.o getopt1.o rm -f texindex.o texindex index.texi -realclean: clean +maintainer-clean: clean rm -f elisp elisp-* dist: -- 2.39.2