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 + doc/itron3.0/gen_status_shell | 230 ++++++++++++ doc/itron3.0/itron.texi | 6 +- doc/itron3.0/status.t | 817 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1059 insertions(+), 4 deletions(-) create mode 100644 doc/itron3.0/gen_status_shell create mode 100644 doc/itron3.0/status.t (limited to 'doc') 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" \ diff --git a/doc/itron3.0/gen_status_shell b/doc/itron3.0/gen_status_shell new file mode 100644 index 0000000000..1f3f8e4c47 --- /dev/null +++ b/doc/itron3.0/gen_status_shell @@ -0,0 +1,230 @@ +# +# This shell script generates the starting template for a manager chapter. +# + +FILES="task tasksync semaphore eventflags mailbox msgbuffer rendezvous interrupt memorypool fixedblock time config network" + + +cat <