]> git.eshelyaron.com Git - emacs.git/commitdiff
(maintainer-clean): Delete info files.
authorRomain Francoise <romain@orebokech.com>
Thu, 6 Sep 2007 18:32:10 +0000 (18:32 +0000)
committerRomain Francoise <romain@orebokech.com>
Thu, 6 Sep 2007 18:32:10 +0000 (18:32 +0000)
doc/lispintro/ChangeLog
doc/lispintro/Makefile.in

index 2762b741bc1851c8fe83a41b478b4c47dcfc6a08..3ef9637cc2ee6a61c886185b71d36c9c068c12b3 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-06  Romain Francoise  <romain@orebokech.com>
+
+       * Makefile.in (maintainer-clean): Delete info files.
+
 2007-09-06  Glenn Morris  <rgm@gnu.org>
 
        * Move from lispintro/ to doc/lispintro/.
index 0f932bcad2d7af2cb0330c54880be1a949fe8869..5ace53379711f547445dca2a7e127b45484efd84 100644 (file)
@@ -66,6 +66,7 @@ distclean: clean
 
 maintainer-clean: distclean
        rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
+       cd $(infodir); rm -f eintr eintr-[1-9]
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.