summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 15:31:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 15:31:49 +0000
commit6c914e928cc02f6d70568de153b7890711490bd3 (patch)
tree9fcbcfbf0f6fb493363212a75be2d47f3a5bec0b /doc/new_chapters/Makefile
parentMoved to network demos (diff)
downloadrtems-6c914e928cc02f6d70568de153b7890711490bd3.tar.bz2
Added automatic generation of files.
Diffstat (limited to '')
-rw-r--r--doc/new_chapters/Makefile43
1 files changed, 42 insertions, 1 deletions
diff --git a/doc/new_chapters/Makefile b/doc/new_chapters/Makefile
index de2fdfde4e..846eb90824 100644
--- a/doc/new_chapters/Makefile
+++ b/doc/new_chapters/Makefile
@@ -18,6 +18,8 @@ dirs:
COMMON_FILES=../common/cpright.texi
+GENERATED_FILES=clock.texi
+
FILES= clock.texi cond.texi key.texi mutex.texi $(PROJECT).texi preface.texi \
sched.texi signal.texi thread.texi $(COMMON_FILES)
@@ -50,5 +52,44 @@ html: dirs
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)
+
+preface.texi: preface.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