From 3869b5332fd1dec75139afeae29a3e94d6127bc0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 02:04:33 +0000 Subject: Added Status chapter. --- doc/itron3.0/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/itron3.0/Makefile') 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" \ -- cgit v1.2.3