summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 19:54:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 19:54:04 +0000
commitf84490b190f6d8a406fd5bd4c20590060b072023 (patch)
treef18ae44c0561402f4d7b6d57e81650a49a8648d2 /doc
parentNow builds successfully. (diff)
downloadrtems-f84490b190f6d8a406fd5bd4c20590060b072023.tar.bz2
Now builds with full links.
Diffstat (limited to 'doc')
-rw-r--r--doc/porting/Makefile38
-rw-r--r--doc/porting/porting.texi2
2 files changed, 20 insertions, 20 deletions
diff --git a/doc/porting/Makefile b/doc/porting/Makefile
index f3191d7110..5187e60b17 100644
--- a/doc/porting/Makefile
+++ b/doc/porting/Makefile
@@ -62,50 +62,50 @@ clean:
developtools.texi: developtools.t
$(BMENU) -p "Preface" \
-u "Top" \
- -n "" ${*}.t
+ -n "Source Code Organization" ${*}.t
sourcecode.texi: sourcecode.t
- $(BMENU) -p "" \
+ $(BMENU) -p "Development Tools" \
-u "Top" \
- -n "" ${*}.t
+ -n "CPU Model Variations" ${*}.t
cpumodels.texi: cpumodels.t
- $(BMENU) -p "" \
+ $(BMENU) -p "Source Code Organization Introduction" \
-u "Top" \
- -n "" ${*}.t
+ -n "CPU Initialization" ${*}.t
cpuinit.texi: cpuinit.t
- $(BMENU) -p "" \
+ $(BMENU) -p "CPU Model Variations Introduction" \
-u "Top" \
- -n "" ${*}.t
+ -n "Interrupts" ${*}.t
interrupts.texi: interrupts.t
- $(BMENU) -p "" \
+ $(BMENU) -p "CPU Initialization Initializing the CPU" \
-u "Top" \
- -n "" ${*}.t
+ -n "Task Context Management" ${*}.t
taskcontext.texi: taskcontext.t
- $(BMENU) -p "" \
+ $(BMENU) -p "Interrupts Pointer to _Thread_Dispatch Routine" \
-u "Top" \
- -n "" ${*}.t
+ -n "IDLE Thread" ${*}.t
idlethread.texi: idlethread.t
- $(BMENU) -p "" \
+ $(BMENU) -p "Task Context Management Restoring a Floating Point Context" \
-u "Top" \
- -n "" ${*}.t
+ -n "Priority Bitmap Manipulation" ${*}.t
prioritybitmap.texi: prioritybitmap.t
- $(BMENU) -p "" \
+ $(BMENU) -p "IDLE Thread Idle Thread Body" \
-u "Top" \
- -n "" ${*}.t
+ -n "Code Tuning Parameters" ${*}.t
codetuning.texi: codetuning.t
- $(BMENU) -p "" \
+ $(BMENU) -p "Priority Bitmap Manipulation Bit Scan Support" \
-u "Top" \
- -n "" ${*}.t
+ -n "Miscellaneous" ${*}.t
miscellaneous.texi: miscellaneous.t
- $(BMENU) -p "" \
+ $(BMENU) -p "Code Tuning Parameters Partition Element Alignment" \
-u "Top" \
- -n "" ${*}.t
+ -n "Command and Variable Index" ${*}.t
diff --git a/doc/porting/porting.texi b/doc/porting/porting.texi
index b3475b7f64..fc747d9061 100644
--- a/doc/porting/porting.texi
+++ b/doc/porting/porting.texi
@@ -121,7 +121,7 @@ This is the online version of the RTEMS Porting Guide.
@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
@c
-@node Command and Variable Index, Concept Index, , Top
+@node Command and Variable Index, Concept Index, Miscellaneous Endian Swap Unsigned Integers, Top
@unnumbered Command and Variable Index
There are currently no Command and Variable Index entries.