# HG changeset patch # User Karl Heuer # Date 802559177 0 # Node ID 841aa5ac0f468bba8d5e1a5b4c6a76096030daea # Parent 832023e90d4d77f4046963f6e4c07eb286821144 (realclean): New target. (elisp): Remove any old elisp-* files first. diff -r 832023e90d4d -r 841aa5ac0f46 lispref/Makefile.in --- a/lispref/Makefile.in Wed Jun 07 21:02:00 1995 +0000 +++ b/lispref/Makefile.in Wed Jun 07 21:06:17 1995 +0000 @@ -73,6 +73,7 @@ # 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 @@ 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)