]> git.eshelyaron.com Git - emacs.git/commitdiff
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 478a3de1d4438a7c706cb1c343bf39cfed6f2fcd..2082fda3a486534db77e6d43902033d2e6405808 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 dd3bad1b8b05998eedced7f988c9c85f4dc332aa..c963f8dc4fc6acdf6cb9f021760de825ab11f643 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 72e743e4ebfe191e3b8be4392de75e91adde118e..b8d8f1e29b0ec6e7e43a4916067bee72d5294549 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 40cb48110ce9b324be6d2f9e2f4a407860fc9d32..da7976d745747d48182777320089aa7381d2d0bc 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 262c3bc482623d9566580d64a2155209cb40177e..187567c67a2177260114429088bc951d8181d85b 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 e5786bfd5f2979069c673e145d4b422931ae9b34..050187fbb85ef3c21324836b685655d449577a4b 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 e080d1fe262a685683a7e8998f7f607e4c0b9b8d..3bb73365af000fc94d87eadacef9b4af09e453cd 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 fdb539db9f313795d4df1cc3a0d301d4ab6caa75..97ffef69d0538f48e4266419261c07024e54d1fd 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