From 920e3537a51b9c28c94e0c5d727b7219c66dac97 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 May 2000 16:16:14 +0000 Subject: Added Data Types Chapter. --- doc/user/Makefile.am | 11 ++++++++--- doc/user/c_user.texi | 2 ++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 04580543ab..a08e2df0d7 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -16,8 +16,8 @@ COMMON_FILES=$(top_srcdir)/common/cpright.texi FILES= bsp.texi dirstat.texi example.texi glossary.texi preface.texi -GENERATED_FILES=overview.texi concepts.texi init.texi task.texi \ - intr.texi clock.texi timer.texi sem.texi msg.texi \ +GENERATED_FILES=overview.texi concepts.texi datatypes.texi init.texi \ + task.texi intr.texi clock.texi timer.texi sem.texi msg.texi \ event.texi signal.texi part.texi region.texi \ dpmem.texi io.texi fatal.texi schedule.texi rtmon.texi \ bsp.texi userext.texi conf.texi mp.texi @@ -48,11 +48,16 @@ overview.texi: overview.t concepts.texi: concepts.t $(BMENU) -p "Overview Manual Organization" \ + -u "Top" \ + -n "RTEMS Data Types" $< + +datatypes.texi: datatypes.t + $(BMENU) -p "Key Concepts Memory Management" \ -u "Top" \ -n "Initialization Manager" $< init.texi: init.t - $(BMENU) -p "Key Concepts Memory Management" \ + $(BMENU) -p "RTEMS Data Types List of Data Types" \ -u "Top" \ -n "Task Manager" $< diff --git a/doc/user/c_user.texi b/doc/user/c_user.texi index 3784b85684..4dde1dc532 100644 --- a/doc/user/c_user.texi +++ b/doc/user/c_user.texi @@ -86,6 +86,7 @@ END-INFO-DIR-ENTRY @include preface.texi @include overview.texi @include concepts.texi +@include datatypes.texi @include init.texi @include task.texi @include intr.texi @@ -119,6 +120,7 @@ This is the online version of the RTEMS C User's Guide. * Preface:: * Overview:: * Key Concepts:: +* RTEMS Data Types:: * Initialization Manager:: * Task Manager:: * Interrupt Manager:: -- cgit v1.2.3