summaryrefslogtreecommitdiffstats
path: root/doc/cpu_supplement/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-02 16:09:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-02 16:09:56 +0000
commit42cf7c7c41d4871fa9877a5ccfeb2dc8bad6d8e2 (patch)
tree59e235045615fd6f8f010ea3d4f41b636b92229a /doc/cpu_supplement/Makefile.am
parentUpdate copyright. (diff)
downloadrtems-42cf7c7c41d4871fa9877a5ccfeb2dc8bad6d8e2.tar.bz2
2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/arm.t, cpu_supplement/bfin.t, cpu_supplement/cpu_supplement.texi, cpu_supplement/i386.t, cpu_supplement/m68k.t, cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/preface.texi, cpu_supplement/sh.t: Remove duplicated text from each CPU specific chapter. This text was necessary when each CPU was a separate manual but now only needs to be one place and that is in an introductory chapter. * cpu_supplement/general.t: New file.
Diffstat (limited to 'doc/cpu_supplement/Makefile.am')
-rw-r--r--doc/cpu_supplement/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/cpu_supplement/Makefile.am b/doc/cpu_supplement/Makefile.am
index dd6c4e5e01..d45b4eab14 100644
--- a/doc/cpu_supplement/Makefile.am
+++ b/doc/cpu_supplement/Makefile.am
@@ -21,7 +21,7 @@ TEXI2WWW_ARGS=\
-header rtems_header.html \
-footer rtems_footer.html \
-icons ../images
-GENERATED_FILES = arm.texi bfin.texi i386.texi m68k.texi mips.texi \
+GENERATED_FILES = general.texi arm.texi bfin.texi i386.texi m68k.texi mips.texi \
powerpc.texi sh.texi sparc.texi tic4x.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
@@ -35,11 +35,16 @@ cpu_supplement_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Chapters which get automatic processing
#
-arm.texi: arm.t
+general.texi: general.t
$(BMENU2) -p "Preface" \
-u "Top" \
-n "" < $< > $@
+arm.texi: arm.t
+ $(BMENU2) -p "" \
+ -u "Top" \
+ -n "" < $< > $@
+
bfin.texi: bfin.t
$(BMENU2) -p "" \
-u "Top" \