summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/Makefile
diff options
context:
space:
mode:
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
+