summaryrefslogtreecommitdiffstats
path: root/doc/relnotes
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 16:13:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 16:13:34 +0000
commit8cd9c14dd5a361a4300a874729df2a39b27032ff (patch)
tree8655dc0f298e3f0ea4a83a673d95d28a7d0a81aa /doc/relnotes
parent2000-09-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8cd9c14dd5a361a4300a874729df2a39b27032ff.tar.bz2
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
Diffstat (limited to 'doc/relnotes')
-rw-r--r--doc/relnotes/ChangeLog4
-rw-r--r--doc/relnotes/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/relnotes/ChangeLog b/doc/relnotes/ChangeLog
index 101734ce64..2f2adbc02c 100644
--- a/doc/relnotes/ChangeLog
+++ b/doc/relnotes/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-22 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/doc/relnotes/Makefile.am b/doc/relnotes/Makefile.am
index 1f7afbce06..f68e660e02 100644
--- a/doc/relnotes/Makefile.am
+++ b/doc/relnotes/Makefile.am
@@ -19,4 +19,4 @@ COMMON_FILES = $(top_srcdir)/common/setup.texi \
FILES = install.texi intro.texi probrep.texi relnotes.texi status.texi
info_TEXINFOS = relnotes.texi
-relnotes_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
+relnotes_TEXINFOS = $(FILES) $(COMMON_FILES)