summaryrefslogtreecommitdiffstats
path: root/doc/develenv/Makefile.am
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/develenv/Makefile.am
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 '')
-rw-r--r--doc/develenv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
index 0320e52d7a..805ac5791f 100644
--- a/doc/develenv/Makefile.am
+++ b/doc/develenv/Makefile.am
@@ -19,4 +19,4 @@ COMMON_FILES = $(top_srcdir)/common/setup.texi \
$(top_srcdir)/common/cpright.texi
info_TEXINFOS = develenv.texi
-develenv_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
+develenv_TEXINFOS = $(FILES) $(COMMON_FILES)