doc/ distclean rules should remove Makefiles
authorGlenn Morris <rgm@gnu.org>
Sat, 30 Nov 2013 18:34:58 +0000 (10:34 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 30 Nov 2013 18:34:58 +0000 (10:34 -0800)
* emacs/Makefile.in (distclean):
* lispintro/Makefile.in (distclean):
* lispref/Makefile.in (distclean):
* misc/Makefile.in (distclean):
Remove Makefile.

doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/lispintro/ChangeLog
doc/lispintro/Makefile.in
doc/lispref/ChangeLog
doc/lispref/Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in

index 6cd432c..cf37ab2 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffers.texi (Icomplete): Rename from Iswitchb and
index 9c4a90d..527b2f7 100644 (file)
@@ -196,6 +196,7 @@ clean: mostlyclean
        rm -f emacs-manual-${version}.tar*
 
 distclean: clean
+       rm -f Makefile
 
 ## In the standalone tarfile, the clean rule runs this.
 infoclean:
index 2e61649..f1900bc 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
 2013-10-23  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (install-dvi, install-html, install-pdf)
index 9a643c0..9fca518 100644 (file)
@@ -113,6 +113,7 @@ clean: mostlyclean
        rm -f emacs-lispintro-${version}.tar*
 
 distclean: clean
+       rm -f Makefile
 
 infoclean:
        -cd $(buildinfodir) && rm -f eintr$(INFO_EXT) eintr$(INFO_EXT)-[1-9]
index 59e61bb..cd94a72 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
 2013-11-29  Andreas Politz  <politza@fh-trier.de>
 
        * modes.texi (Imenu): Make it clear that sub-alist is the cdr
index e2cc9ac..d734875 100644 (file)
@@ -169,6 +169,7 @@ clean: mostlyclean
        rm -f emacs-lispref-${version}.tar*
 
 distclean: clean
+       rm -f Makefile
 
 infoclean:
        -cd $(buildinfodir) && rm -f elisp$(INFO_EXT) elisp$(INFO_EXT)-[1-9] elisp$(INFO_EXT)-[1-9][0-9]
index f2254f9..9b2be00 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
 
        * ses.texi (Quick Tutorial): New chapter.  (Bug#14748)
index f43520e..70fb05e 100644 (file)
@@ -842,7 +842,7 @@ clean: mostlyclean
        rm -f emacs-misc-${version}.tar*
 
 distclean: clean
-#      rm -f Makefile
+       rm -f Makefile
 
 ## buildinfodir is relative to srcdir.
 infoclean: