summaryrefslogtreecommitdiffstats
path: root/doc/cpu_supplement/Makefile.am
diff options
context:
space:
mode:
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" \