Quieten emacs-devel.
authorGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 18:39:01 +0000 (11:39 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 18:39:01 +0000 (11:39 -0700)
* doc/misc/Makefile.in (maintainer-clean): Remove harmless, long-standing error.

* doc/lispref/Makefile.in (infoclean): Remove harmless, long-standing error.

* doc/lispintro/Makefile.in (infoclean): Remove harmless, long-standing error.

* doc/emacs/Makefile.in (infoclean): Remove harmless, long-standing error.

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 478a3de..2082fda 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-09  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (infoclean): Remove harmless, long-standing error.
+
        * Makefile.in ($(infodir)): Delete rule.
        (mkinfodir): New.
        ($(infodir)/emacs): Use $mkinfodir instead of infodir.
index dd3bad1..c963f8d 100644 (file)
@@ -166,7 +166,7 @@ distclean: clean
 
 ## In the standalone tarfile, the clean rule runs this.
 infoclean:
-       -cd $(infodir) && rm -f emacs emacs-[1-9] emacs-[1-9][0-9]
+       -cd $(srcdir) && cd $(infodir) && rm -f emacs emacs-[1-9] emacs-[1-9][0-9]
 
 maintainer-clean: distclean infoclean
 
index 72e743e..b8d8f1e 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-09  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (infoclean): Remove harmless, long-standing error.
+
        * Makefile.in ($(infodir)): Delete rule.
        (mkinfodir): New.
        ($(infodir)/eintr): Use $mkinfodir instead of infodir.
index 40cb481..da7976d 100644 (file)
@@ -78,7 +78,7 @@ clean: mostlyclean
 distclean: clean
 
 infoclean:
-       -cd $(infodir) && rm -f eintr eintr-[1-9]
+       -cd $(srcdir) && cd $(infodir) && rm -f eintr eintr-[1-9]
 
 maintainer-clean: distclean infoclean
 
index 262c3bc..187567c 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-09  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (infoclean): Remove harmless, long-standing error.
+
        * Makefile.in ($(infodir)): Delete rule.
        (mkinfodir): New.
        ($(infodir)/elisp): Use $mkinfodir instead of infodir.
index e5786bf..050187f 100644 (file)
@@ -130,7 +130,7 @@ clean: mostlyclean
 distclean: clean
 
 infoclean:
-       -cd $(infodir) && rm -f elisp elisp-[1-9] elisp-[1-9][0-9]
+       -cd $(srcdir) && cd $(infodir) && rm -f elisp elisp-[1-9] elisp-[1-9][0-9]
 
 maintainer-clean: distclean infoclean
 
index e080d1f..3bb7336 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-09  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
+
        * Makefile.in ($(infodir)): Delete rule.
        (mkinfodir): New.  Use it in all the info rules, rather than depending
        on infodir.
index fdb539d..97ffef6 100644 (file)
@@ -675,8 +675,9 @@ clean: mostlyclean
 distclean: clean
 #      rm -f Makefile
 
+## infodir is relative to srcdir.
 maintainer-clean: distclean
-       for file in $(INFO_TARGETS); do \
+       cd $(srcdir); for file in $(INFO_TARGETS); do \
          rm -f $${file} $${file}-[1-9] $${file}-[1-9][0-9]; \
        done