summaryrefslogtreecommitdiffstats
path: root/doc/porting
diff options
context:
space:
mode:
Diffstat (limited to 'doc/porting')
-rw-r--r--doc/porting/.cvsignore2
-rw-r--r--doc/porting/porting.texi13
-rw-r--r--doc/porting/preface.texi4
3 files changed, 3 insertions, 16 deletions
diff --git a/doc/porting/.cvsignore b/doc/porting/.cvsignore
index 6d16a53955..dcc8aa4424 100644
--- a/doc/porting/.cvsignore
+++ b/doc/porting/.cvsignore
@@ -27,7 +27,5 @@ porting.toc
porting.tp
porting.vr
prioritybitmap.texi
-rtems_footer.html
-rtems_header.html
sourcecode.texi
taskcontext.texi
diff --git a/doc/porting/porting.texi b/doc/porting/porting.texi
index 5eed55d3fb..0bb3c44dd4 100644
--- a/doc/porting/porting.texi
+++ b/doc/porting/porting.texi
@@ -8,7 +8,7 @@
@c %**end of header
@c
-@c COPYRIGHT (c) 1988-2002.
+@c COPYRIGHT (c) 1989-2011.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -94,11 +94,8 @@
@include prioritybitmap.texi
@include codetuning.texi
@include miscellaneous.texi
-@ifinfo
@node Top, Preface, (dir), (dir)
-@top porting
-
-This is the online version of the RTEMS Porting Guide.
+@top RTEMS Porting Guide
@menu
* Preface::
@@ -116,12 +113,6 @@ This is the online version of the RTEMS Porting Guide.
* Concept Index::
@end menu
-@end ifinfo
-@c
-@c
-@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
-@c
-
@node Command and Variable Index, Concept Index, Miscellaneous Endian Swap Unsigned Integers, Top
@unnumbered Command and Variable Index
diff --git a/doc/porting/preface.texi b/doc/porting/preface.texi
index 19304f0f11..92a58e136e 100644
--- a/doc/porting/preface.texi
+++ b/doc/porting/preface.texi
@@ -1,14 +1,12 @@
@c
-@c COPYRIGHT (c) 1988-2002.
+@c COPYRIGHT (c) 1989-2011.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
-@ifinfo
@node Preface, Development Tools, Top, Top
-@end ifinfo
@unnumbered Preface
The purpose of this manual is to provide a roadmap to those people porting