]> git.eshelyaron.com Git - emacs.git/commitdiff
(maintainer-clean): Depend on `distclean'. Don't remove elisp* info files;
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Dec 2006 18:11:33 +0000 (18:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Dec 2006 18:11:33 +0000 (18:11 +0000)
they are already deleted by the `clean' and `distclean' targets, and they
are in the $(infodir) directory, not the current one.

lispref/ChangeLog
lispref/makefile.w32-in

index 88aeae85b25d7c7cfa52ecfa9fc35ff3ffa04614..f89cea2002c227a17e860886c4aa926d94731365 100644 (file)
@@ -1,3 +1,10 @@
+2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <storm@cua.dk>
 
        * commands.texi (Misc Events): Update signal events.
index 7da88058bd583ad91d9068afb4d2c9298fa0d04a..30dfb6ac1d25e033bd2903bc4d1482f7427d778e 100644 (file)
@@ -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