From f84490b190f6d8a406fd5bd4c20590060b072023 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Oct 1999 19:54:04 +0000 Subject: Now builds with full links. --- doc/porting/Makefile | 38 +++++++++++++++++++------------------- doc/porting/porting.texi | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3