From 0837cc22ea61a0405d26aaf70102c8e805f241c9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 30 Aug 2003 06:10:53 +0000 Subject: [PATCH] 2003-08-30 Ralf Corsepius * porting.texi: include common/rtems.texi. * Makefile.am: Reflect changes to $(top_srcdir)/project.am. --- doc/porting/ChangeLog | 5 +++++ doc/porting/Makefile.am | 3 +-- doc/porting/porting.texi | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/porting/ChangeLog b/doc/porting/ChangeLog index ba5995475f..14fe993753 100644 --- a/doc/porting/ChangeLog +++ b/doc/porting/ChangeLog @@ -1,3 +1,8 @@ +2003-08-30 Ralf Corsepius + + * porting.texi: include common/rtems.texi. + * Makefile.am: Reflect changes to $(top_srcdir)/project.am. + 2003-08-22 Joel Sherrill * cpumodels.t: Reconcile differences between CVS trunk and 4.6 branch. diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am index b01b151f1b..77c42bf03e 100644 --- a/doc/porting/Makefile.am +++ b/doc/porting/Makefile.am @@ -21,8 +21,7 @@ GENERATED_FILES = developtools.texi sourcecode.texi cpumodels.texi \ cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \ prioritybitmap.texi codetuning.texi miscellaneous.texi -COMMON_FILES = $(top_srcdir)/common/setup.texi \ - $(top_srcdir)/common/cpright.texi +COMMON_FILES += $(top_srcdir)/common/cpright.texi info_TEXINFOS = porting.texi porting_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) diff --git a/doc/porting/porting.texi b/doc/porting/porting.texi index ebf7c796d6..53386ce0af 100644 --- a/doc/porting/porting.texi +++ b/doc/porting/porting.texi @@ -27,6 +27,7 @@ @include version.texi @include common/setup.texi +@include common/rtems.texi @ifset use-ascii @dircategory RTEMS On-Line Manual