summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 16:36:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 16:36:26 +0000
commitc76d52770d6820489031e7bd819147b057624db4 (patch)
tree89d5de4acc8b39088da5e342a4f2a80b0926d7b6 /doc
parentAdded language variables. (diff)
downloadrtems-c76d52770d6820489031e7bd819147b057624db4.tar.bz2
Added process and procenv.
Diffstat (limited to 'doc')
-rw-r--r--doc/new_chapters/Makefile18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/new_chapters/Makefile b/doc/new_chapters/Makefile
index 0dced45bf3..bd01e6926f 100644
--- a/doc/new_chapters/Makefile
+++ b/doc/new_chapters/Makefile
@@ -18,11 +18,12 @@ dirs:
COMMON_FILES=../common/cpright.texi
-GENERATED_FILES= clock.texi cond.texi key.texi mutex.texi \
+GENERATED_FILES= process.texi procenv.texi clock.texi \
+ cond.texi key.texi mutex.texi \
sched.texi signal.texi thread.texi
-FILES= clock.texi cond.texi key.texi mutex.texi $(PROJECT).texi preface.texi \
- sched.texi signal.texi thread.texi $(COMMON_FILES)
+FILES= $(PROJECT).texi preface.texi \
+ $(COMMON_FILES) $(GENERATED_FILES)
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
@@ -55,10 +56,21 @@ clean:
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
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
+
thread.texi: thread.t Makefile
$(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
+
signal.texi: signal.t Makefile
$(BMENU) -p "" \
-u "Top" \