changeset 84348:e6e2bf709c6a

(maintainer-clean): Delete info files.
author Romain Francoise <romain@orebokech.com>
date Thu, 06 Sep 2007 18:32:10 +0000
parents 36f09a4f9133
children 786ae2b7b452
files doc/lispintro/ChangeLog doc/lispintro/Makefile.in
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispintro/ChangeLog	Thu Sep 06 17:12:17 2007 +0000
+++ b/doc/lispintro/ChangeLog	Thu Sep 06 18:32:10 2007 +0000
@@ -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/.
--- a/doc/lispintro/Makefile.in	Thu Sep 06 17:12:17 2007 +0000
+++ b/doc/lispintro/Makefile.in	Thu Sep 06 18:32:10 2007 +0000
@@ -66,6 +66,7 @@
 
 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.