# HG changeset patch # User Juanma Barranquero # Date 1165514981 0 # Node ID 389355f7baa38b54962e12d3bfee69d285a54b3b # Parent 2584fedc2373cc0aeaef4030ee9c9aee709c6607 (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 -r 2584fedc2373 -r 389355f7baa3 lispref/makefile.w32-in --- a/lispref/makefile.w32-in Thu Dec 07 16:05:56 2006 +0000 +++ b/lispref/makefile.w32-in Thu Dec 07 18:09:41 2006 +0000 @@ -119,5 +119,5 @@ distclean: clean -maintainer-clean: clean - - $(DEL) elisp elisp-* elisp.dvi elisp.oaux +maintainer-clean: distclean + - $(DEL) elisp.dvi elisp.oaux