From c76d52770d6820489031e7bd819147b057624db4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 1 Aug 1998 16:36:26 +0000 Subject: Added process and procenv. --- doc/new_chapters/Makefile | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'doc/new_chapters/Makefile') 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" \ -- cgit v1.2.3