summaryrefslogtreecommitdiffstats
path: root/doc/relnotes
diff options
context:
space:
mode:
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)