summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/Makefile
diff options
context:
space:
mode:
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" \