From fdbfff18679d1521fe289e2274d512c0cd67793d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 Apr 2000 18:05:33 +0000 Subject: Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius 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. --- doc/rgdb_specs/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/rgdb_specs') 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) -- cgit v1.2.3