summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 02:04:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 02:04:33 +0000
commit3869b5332fd1dec75139afeae29a3e94d6127bc0 (patch)
tree6ee415dcaa3c38f6010da3a7680f78ddd3b041c6 /doc/itron3.0/Makefile
parentCorrected flaws which prevented formatting with texi2pdf since it (diff)
downloadrtems-3869b5332fd1dec75139afeae29a3e94d6127bc0.tar.bz2
Added Status chapter.
Diffstat (limited to 'doc/itron3.0/Makefile')
-rw-r--r--doc/itron3.0/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/itron3.0/Makefile b/doc/itron3.0/Makefile
index 0fd4566893..ebb0a19c74 100644
--- a/doc/itron3.0/Makefile
+++ b/doc/itron3.0/Makefile
@@ -22,6 +22,7 @@ all: html info ps
COMMON_FILES=
GENERATED_FILES= \
+ status.texi \
task.texi tasksync.texi semaphore.texi eventflags.texi mailbox.texi \
msgbuffer.texi rendezvous.texi interrupt.texi memorypool.texi \
fixedblock.texi time.texi config.texi network.texi \
@@ -39,6 +40,7 @@ $(PROJECT): $(FILES)
dvi: $(PROJECT).dvi
ps: $(PROJECT).ps
+pdf: $(PROJECT).pdf
$(PROJECT).ps: $(PROJECT).dvi
dvips -o $(PROJECT).ps $(PROJECT).dvi
@@ -46,6 +48,9 @@ $(PROJECT).ps: $(PROJECT).dvi
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi
+$(PROJECT).pdf: $(FILES)
+ $(TEXI2DVI) $(PROJECT).texi
+
html: $(FILES)
-mkdir -p html
cp $(wildcard ../tools/*.gif) html
@@ -57,6 +62,11 @@ clean:
rm -f $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES)
rm -rf html
+status.texi: status.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
task.texi: task.t Makefile
$(BMENU) -p "" \
-u "Top" \