summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'lispref')
-rw-r--r--lispref/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 6682e5ceb7d..484555fcf07 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -73,6 +73,7 @@ index.texi:
# The info file is named `elisp'.
elisp: $(srcs) index.texi makeinfo
+ rm -f elisp-*
./makeinfo elisp.texi
install: elisp elisp.dvi
@@ -89,6 +90,9 @@ clean:
rm -f makeinfo.o makeinfo getopt.o getopt1.o
rm -f texindex.o texindex index.texi
+realclean: clean
+ rm -f elisp elisp-*
+
dist:
-mkdir temp
-mkdir temp/$(manual)