summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-30 06:10:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-30 06:10:53 +0000
commit0837cc22ea61a0405d26aaf70102c8e805f241c9 (patch)
treedf4f0971b03c2c18a9a0f16ed16a5ace83bc711b /doc
parent2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de> (diff)
downloadrtems-0837cc22ea61a0405d26aaf70102c8e805f241c9.tar.bz2
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
* porting.texi: include common/rtems.texi. * Makefile.am: Reflect changes to $(top_srcdir)/project.am.
Diffstat (limited to 'doc')
-rw-r--r--doc/porting/ChangeLog5
-rw-r--r--doc/porting/Makefile.am3
-rw-r--r--doc/porting/porting.texi1
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 <corsepius@faw.uni-ulm.de>
+
+ * porting.texi: include common/rtems.texi.
+ * Makefile.am: Reflect changes to $(top_srcdir)/project.am.
+
2003-08-22 Joel Sherrill <joel@OARcorp.com>
* 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