diff options
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 | |||
| 24 | 24 | ||
| 25 | # The name of the manual: | 25 | # The name of the manual: |
| 26 | 26 | ||
| 27 | VERSION=2.3 | 27 | VERSION=2.4 |
| 28 | manual = elisp-manual-19-$(VERSION) | 28 | manual = 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 | ||
| 93 | realclean: clean | 93 | maintainer-clean: clean |
| 94 | rm -f elisp elisp-* | 94 | rm -f elisp elisp-* |
| 95 | 95 | ||
| 96 | dist: | 96 | dist: |