diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-19 18:35:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-19 18:35:57 +0000 |
commit | 1a07dae970485f449dd33010b7f9d729f2abc97c (patch) | |
tree | f6a07b457d5095577a976ffdb00a43077973a930 /lispref | |
parent | d73bc579cce0ecf53d268e0378f77b6f020f4eca (diff) | |
download | emacs-1a07dae970485f449dd33010b7f9d729f2abc97c.tar.gz |
(VERSION): Update version number.
(maintainer-clean): Renamed from realclean.
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 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: |