summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 15:41:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 15:41:43 +0000
commit070425c630f1473db968a209e7d28cd8db0da362 (patch)
tree0bf2375fae4d16bc97249b3d623bab7a3b2fe3d9 /doc/FAQ/Makefile.am
parent2004-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-070425c630f1473db968a209e7d28cd8db0da362.tar.bz2
2004-03-05 Joel Sherrill <joel@OARcorp.com>
PR 576/doc * FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was out of date and frequently duplicated information available from other public sources like the CrossGCC Wiki. * FAQ/embeddedinfo.t: Removed.
Diffstat (limited to 'doc/FAQ/Makefile.am')
-rw-r--r--doc/FAQ/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/FAQ/Makefile.am b/doc/FAQ/Makefile.am
index d031b13589..d4d86847ad 100644
--- a/doc/FAQ/Makefile.am
+++ b/doc/FAQ/Makefile.am
@@ -13,7 +13,7 @@ include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = basic.texi tools.texi concepts.texi build45.texi bsp.texi \
- debug.texi freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi \
+ debug.texi freesw.texi hwdebugaids.texi projects.texi \
endoftime.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
@@ -62,11 +62,6 @@ freesw.texi: freesw.t
-u "Top" \
-n "" < $< > $@
-embeddedinfo.texi: embeddedinfo.t
- $(BMENU2) -c -p "" \
- -u "Top" \
- -n "" < $< > $@
-
hwdebugaids.texi: hwdebugaids.t
$(BMENU2) -c -p "" \
-u "Top" \
@@ -84,5 +79,5 @@ endoftime.texi: endoftime.t
CLEANFILES += FAQ.info FAQ.info-?
-EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t embeddedinfo.t \
+EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t \
endoftime.t freesw.t hwdebugaids.t projects.t tools.t