summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-08 16:16:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-08 16:16:14 +0000
commit920e3537a51b9c28c94e0c5d727b7219c66dac97 (patch)
tree0d5661c39a51b6d6cb8734731f65c6cc57771362
parentFixed typo so constand would have "RTEMS_". (diff)
downloadrtems-920e3537a51b9c28c94e0c5d727b7219c66dac97.tar.bz2
Added Data Types Chapter.
-rw-r--r--doc/user/Makefile.am11
-rw-r--r--doc/user/c_user.texi2
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
@@ -49,10 +49,15 @@ 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::