summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 19:41:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 19:41:31 +0000
commit8f9efcb994264470f323034b5f024e52f5898a24 (patch)
treee212f89713f26ef1239ee021c781e2f47997ce47 /doc/posix_users/Makefile
parentAdded reference to rtems_get_class, rtems_get_node, and rtems_get_index (diff)
downloadrtems-8f9efcb994264470f323034b5f024e52f5898a24.tar.bz2
Added status chapter.
Diffstat (limited to 'doc/posix_users/Makefile')
-rw-r--r--doc/posix_users/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile
index c33a6d07fe..f4f1f1c0e9 100644
--- a/doc/posix_users/Makefile
+++ b/doc/posix_users/Makefile
@@ -21,8 +21,8 @@ GENERATED_FILES= \
cancel.texi clock.texi cond.texi \
cspecific.texi device.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
+ process.texi sched.texi semaphores.texi signal.texi status.texi \
+ systemdb.texi thread.texi
FILES= posix_users.texi preface.texi \
$(COMMON_FILES) $(GENERATED_FILES)
@@ -154,3 +154,8 @@ systemdb.texi: systemdb.t Makefile
-u "Top" \
-n "" ${*}.t
+status.texi: status.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+