summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 19:03:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 19:03:06 +0000
commit0894d35d3a6b130de63ebf5740eaefefec696b8c (patch)
tree792278c691e97ae50f17fea4aa4baf8f8f8ab5b5 /doc/posix_users/Makefile
parentNew file. (diff)
downloadrtems-0894d35d3a6b130de63ebf5740eaefefec696b8c.tar.bz2
Added chapter of list of routines provided by libm.
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 23b31af469..8c862ebd29 100644
--- a/doc/posix_users/Makefile
+++ b/doc/posix_users/Makefile
@@ -22,7 +22,7 @@ GENERATED_FILES= \
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 status.texi \
- systemdb.texi thread.texi timer.texi libc.texi
+ systemdb.texi thread.texi timer.texi libc.texi libm.texi
FILES= posix_users.texi preface.texi \
$(COMMON_FILES) $(GENERATED_FILES)
@@ -164,9 +164,14 @@ status.texi: status.t Makefile
-u "Top" \
-n "" ${*}.t
-
libc.texi: libc.t Makefile
$(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
+
+libm.texi: libm.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+