summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-03 18:30:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-03 18:30:21 +0000
commit832e33c5ec020e2e24e85f8945ed0ab21fb2ff52 (patch)
tree49bcf2be23d30b0df21327c8a36ed358c34797ba /doc/new_chapters/Makefile
parentUnder allcoated task stacks. (diff)
downloadrtems-832e33c5ec020e2e24e85f8945ed0ab21fb2ff52.tar.bz2
Added many new chapters
Diffstat (limited to '')
-rw-r--r--doc/new_chapters/Makefile69
1 files changed, 66 insertions, 3 deletions
diff --git a/doc/new_chapters/Makefile b/doc/new_chapters/Makefile
index db38619f98..1af988db26 100644
--- a/doc/new_chapters/Makefile
+++ b/doc/new_chapters/Makefile
@@ -18,9 +18,12 @@ dirs:
COMMON_FILES=../common/cpright.texi
-GENERATED_FILES= process.texi procenv.texi files.texi clock.texi \
- cond.texi key.texi mutex.texi \
- sched.texi signal.texi thread.texi
+GENERATED_FILES= \
+ adminiface.texi base.texi cancel.texi clock.texi cond.texi confspace.texi \
+ cspecific.texi device.texi dumpcontrol.texi eventlog.texi files.texi \
+ io.texi key.texi memorymgmt.texi message.texi mutex.texi procenv.texi \
+ process.texi sched.texi semaphores.texi signal.texi systemdb.texi \
+ thread.texi
FILES= posix_users.texi preface.texi \
$(COMMON_FILES) $(GENERATED_FILES)
@@ -107,3 +110,63 @@ sched.texi: sched.t Makefile
-u "Top" \
-n "" ${*}.t
+io.texi: io.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+device.texi: device.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+cspecific.texi: cspecific.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+semaphores.texi: semaphores.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+memorymgmt.texi: memorymgmt.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+message.texi: message.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+cancel.texi: cancel.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+eventlog.texi: eventlog.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+dumpcontrol.texi: dumpcontrol.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+confspace.texi: confspace.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+adminiface.texi: adminiface.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+systemdb.texi: systemdb.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+