From 3bfda691872761da7b61aaa501aa7f0f213f43a6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Nov 2003 15:32:26 +0000 Subject: 2003-11-26 Ralf Corsepius * Makefile.am: Add *.info to CLEANFILES to accomodate automake-1.7f/1.8 breaking building infos. --- doc/started/ChangeLog | 5 +++++ doc/started/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) (limited to 'doc/started') diff --git a/doc/started/ChangeLog b/doc/started/ChangeLog index 90f993fd7c..c60e8d8ba0 100644 --- a/doc/started/ChangeLog +++ b/doc/started/ChangeLog @@ -1,3 +1,8 @@ +2003-11-26 Ralf Corsepius + + * Makefile.am: Add *.info to CLEANFILES to accomodate + automake-1.7f/1.8 breaking building infos. + 2003-10-22 Joel Sherrill PR 513/doc diff --git a/doc/started/Makefile.am b/doc/started/Makefile.am index 905463f94c..18cc5640af 100644 --- a/doc/started/Makefile.am +++ b/doc/started/Makefile.am @@ -84,4 +84,7 @@ EXTRA_DIST += $(PICTURES) tversions.texi: tversions.texi.in tversions.sed sed -f tversions.sed $(srcdir)/tversions.texi.in > tversions.texi CLEANFILES += tversions.texi + DISTCLEANFILES = tversions.sed + +CLEANFILES += started.info started.info-? -- cgit v1.2.3