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.
This commit is contained in:
Joel Sherrill
2000-04-26 18:05:33 +00:00
parent 2ba8875a0b
commit fdbfff1867
7 changed files with 50 additions and 40 deletions

View File

@@ -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)