summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 16:59:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 16:59:38 +0000
commitfebb47e0710f5b77d2401ca520503c210429b6e1 (patch)
tree44cc133a04a3511e45bede7fc7bb897ba69fe365 /doc/posix_users/Makefile
parentStripped down to be just new chapters. (diff)
downloadrtems-febb47e0710f5b77d2401ca520503c210429b6e1.tar.bz2
Changed version string.
Added much new stuff to the POSIX User's Guide. New chapters stuff shrunk.
Diffstat (limited to 'doc/posix_users/Makefile')
-rw-r--r--doc/posix_users/Makefile123
1 files changed, 110 insertions, 13 deletions
diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile
index fe57b61ea4..78e953b497 100644
--- a/doc/posix_users/Makefile
+++ b/doc/posix_users/Makefile
@@ -6,7 +6,7 @@
# $Id$
#
-PROJECT=posix_users
+PROJECT=posix_users_new
DISTRIBUTION_LEVEL=public
include ../Make.config
@@ -18,17 +18,24 @@ dirs:
COMMON_FILES=../common/cpright.texi
-FILES= clock.texi cond.texi key.texi mutex.texi $(PROJECT).texi preface.texi \
- sched.texi signal.texi thread.texi $(COMMON_FILES)
+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
+
+FILES= posix_users.texi preface.texi \
+ $(COMMON_FILES) $(GENERATED_FILES)
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
-info: dirs $(PROJECT)
- cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL)
- #cp $(PROJECT) $(INFO_INSTALL)
+info: dirs $(FILES) $(PROJECT)
+# cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL)
+ cp $(PROJECT) $(INFO_INSTALL)
-posix_users: $(FILES)
- $(MAKEINFO) $(PROJECT).texi
+$(PROJECT): $(FILES)
+ $(MAKEINFO) posix_users.texi
dvi: $(PROJECT).dvi
ps: dirs $(PROJECT).ps
@@ -38,17 +45,107 @@ $(PROJECT).ps: $(PROJECT).dvi
cp $(PROJECT).ps $(PS_INSTALL)
$(PROJECT).dvi: $(FILES)
- $(TEXI2DVI) $(PROJECT).texi
+ $(TEXI2DVI) posix_users.texi
+ mv posix_users.dvi $(PROJECT).dvi
-html: dirs
+html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/$(PROJECT)
-cd .. ; gmake headers
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
- $(PROJECT).texi
-
+ posix_users.texi
clean:
rm -f *.o $(PROG) *.txt core *.html
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
- rm -f $(PROJECT) $(PROJECT)-* _*
+ rm -f $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES)
+
+process.texi: process.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+procenv.texi: procenv.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+files.texi: files.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+thread.texi: thread.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+signal.texi: signal.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+mutex.texi: mutex.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+cond.texi: cond.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+key.texi: key.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+clock.texi: clock.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+sched.texi: sched.t Makefile
+ $(BMENU) -p "" \
+ -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
+
+systemdb.texi: systemdb.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t