From: Juanma Barranquero Date: Thu, 7 Dec 2006 18:11:33 +0000 (+0000) Subject: (maintainer-clean): Depend on `distclean'. Don't remove elisp* info files; X-Git-Tag: emacs-pretest-22.0.92~256 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6883bfcf3ef5c16c840c028bafc037cc4cb497b;p=emacs.git (maintainer-clean): Depend on `distclean'. Don't remove elisp* info files; they are already deleted by the `clean' and `distclean' targets, and they are in the $(infodir) directory, not the current one. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 88aeae85b25..f89cea2002c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2006-12-07 Juanma Barranquero + + * makefile.w32-in (maintainer-clean): Depend on `distclean'. + Don't remove elisp* info files; they are already deleted by the + `clean' and `distclean' targets, and they are in the $(infodir) + directory, not the current one. + 2006-12-04 Kim F. Storm * commands.texi (Misc Events): Update signal events. diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index 7da88058bd5..30dfb6ac1d2 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in @@ -119,5 +119,5 @@ clean: distclean: clean -maintainer-clean: clean - - $(DEL) elisp elisp-* elisp.dvi elisp.oaux +maintainer-clean: distclean + - $(DEL) elisp.dvi elisp.oaux