summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs
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/rgdb_specs
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/rgdb_specs')
-rw-r--r--doc/rgdb_specs/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/rgdb_specs/Makefile.am b/doc/rgdb_specs/Makefile.am
index af58592c16..d3e678d306 100644
--- a/doc/rgdb_specs/Makefile.am
+++ b/doc/rgdb_specs/Makefile.am
@@ -25,6 +25,8 @@ rgdb_specs_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
JPEG_FILES = layers.jpg process.jpg seqinit.jpg seqbreak.jpg seqdetach.jpg
+PDF_IMAGES = layers.pdf process.pdf seqdetach.pdf seqbreak.pdf seqinit.pdf
+
if USE_HTML
html_project_DATA += $(JPEG_FILES)
endif
@@ -74,10 +76,10 @@ conclusion.texi: conclusion.t
-n "" $<
noinst_DATA = \
-layers.eps layers.pdf \
-process.eps process.pdf \
-seqdetach.eps seqdetach.pdf \
-seqbreak.eps seqbreak.pdf \
-seqinit.eps seqinit.pdf
+layers.eps \
+process.eps \
+seqdetach.eps \
+seqbreak.eps \
+seqinit.eps
EXTRA_DIST = *.t $(noinst_DATA) $(JPEG_FILES)