summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-26 15:30:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-26 15:30:34 +0000
commit805d764d44dcfdddd5d26700ba28f0bcad7a1aa3 (patch)
tree51674e79dc3b1f316c988bfd357c86db955f0fda /doc
parent2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-805d764d44dcfdddd5d26700ba28f0bcad7a1aa3.tar.bz2
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work with automake-1.7f/1.8 anymore).
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/project.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7adc17fae5..d6471f47f8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work
+ with automake-1.7f/1.8 anymore).
+
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add missing '\'. Reformat.
diff --git a/doc/project.am b/doc/project.am
index e2409cdbfd..cebc506336 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -8,7 +8,6 @@ SUFFIXES = .t
MAINTAINERCLEANFILES =
CLEANFILES =
MOSTLYCLEANFILES =
-CLEANFILES += $(PROJECT).info $(PROJECT).info-[0-9] $(PROJECT).info-[0-9][0-9]
CLEANFILES += $(GENERATED_FILES)
AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir)