summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-26 18:05:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-26 18:05:33 +0000
commitfdbfff18679d1521fe289e2274d512c0cd67793d (patch)
treeba1c9b864685df04821505a93b60570b5399d140 /doc/user
parentPatch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fdbfff18679d1521fe289e2274d512c0cd67793d.tar.bz2
Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that addresses the following: The patch below should * fix the *pdf cleanup handling * fix dependencies between pdf-documents and texi-files It also contains an attempt to let networking/schedule.t use states.pdf instead of ascii graphics, but though each pdf image looks nice, it comes out weirdly distorted in the main pdf document.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/Makefile.am11
-rw-r--r--doc/user/schedule.t58
2 files changed, 37 insertions, 32 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am
index fc81acf71c..04580543ab 100644
--- a/doc/user/Makefile.am
+++ b/doc/user/Makefile.am
@@ -26,6 +26,12 @@ info_TEXINFOS = c_user.texi
c_user_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
PNG_FILES = rtemsarc.png rtemspie.png states.png
+
+EPS_IMAGES = rtemspie.eps states.eps
+$(PROJECT).dvi: $(EPS_IMAGES)
+
+PDF_IMAGES = rtemspie.pdf states.pdf
+
if USE_HTML
html_project_DATA += $(PNG_FILES)
endif
@@ -151,7 +157,6 @@ mp.texi: mp.t
-n "Directive Status Codes" $<
noinst_DATA = \
-states.gif states.eps \
-rtemspie.gif rtemspie.eps
+states.gif rtemspie.gif
-EXTRA_DIST = *.t $(PNG_FILES) $(noinst_DATA)
+EXTRA_DIST = *.t $(PNG_FILES) $(EPS_IMAGES) $(noinst_DATA)
diff --git a/doc/user/schedule.t b/doc/user/schedule.t
index c80b3200ee..f42d6caa90 100644
--- a/doc/user/schedule.t
+++ b/doc/user/schedule.t
@@ -242,36 +242,36 @@ for other system resources.
@ifset use-tex
@c @page
-@c @image{states,5in,4in}
@example
-@group
- +-------------------------------------------------------------+
- | Non-existent |
- | +-------------------------------------------------------+ |
- | | | |
- | | | |
- | | Creating +---------+ Deleting | |
- | | -------------------> | Dormant | -------------------> | |
- | | +---------+ | |
- | | | | |
- | | Starting | | |
- | | | | |
- | | V Deleting | |
- | | +-------> +-------+ -------------------> | |
- | | Yielding / +----- | Ready | ------+ | |
- | | / / +-------+ <--+ \ | |
- | | / / \ \ Blocking | |
- | | / / Dispatching Readying \ \ | |
- | | / V \ V | |
- | | +-----------+ Blocking +---------+ | |
- | | | Executing | --------------> | Blocked | | |
- | | +-----------+ +---------+ | |
- | | | |
- | | | |
- | +-------------------------------------------------------+ |
- | Non-existent |
- +-------------------------------------------------------------+
-@end group
+@image{states,,3in}
+@c @group
+@c +-------------------------------------------------------------+
+@c | Non-existent |
+@c | +-------------------------------------------------------+ |
+@c | | | |
+@c | | | |
+@c | | Creating +---------+ Deleting | |
+@c | | -------------------> | Dormant | -------------------> | |
+@c | | +---------+ | |
+@c | | | | |
+@c | | Starting | | |
+@c | | | | |
+@c | | V Deleting | |
+@c | | +-------> +-------+ -------------------> | |
+@c | | Yielding / +----- | Ready | ------+ | |
+@c | | / / +-------+ <--+ \ | |
+@c | | / / \ \ Blocking | |
+@c | | / / Dispatching Readying \ \ | |
+@c | | / V \ V | |
+@c | | +-----------+ Blocking +---------+ | |
+@c | | | Executing | --------------> | Blocked | | |
+@c | | +-----------+ +---------+ | |
+@c | | | |
+@c | | | |
+@c | +-------------------------------------------------------+ |
+@c | Non-existent |
+@c +-------------------------------------------------------------+
+@c @end group
@end example
@end ifset