diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-07 21:06:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-07 21:06:17 +0000 |
commit | 31984859c9027a4a55c2d4a957271c6977c8c921 (patch) | |
tree | 4fa366e28569278d64923c26c9cfb9422bb59755 /lispref | |
parent | 3b528ce98e9621a496c5caa6a8d4562636b38f89 (diff) | |
download | emacs-31984859c9027a4a55c2d4a957271c6977c8c921.tar.gz |
(realclean): New target.
(elisp): Remove any old elisp-* files first.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/Makefile.in | 4 |
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) |