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/ada_user/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ada_user') diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am index 5548c9d193..49f121a738 100644 --- a/doc/ada_user/Makefile.am +++ b/doc/ada_user/Makefile.am @@ -48,5 +48,5 @@ html_project_DATA += rtemsarc.png rtemspie.png states.png endif $(PROJECT).dvi: rtemspie.eps states.eps -$(PROJECT).pdf: rtemspie.pdf states.pdf +PDF_IMAGES = rtemspie.pdf states.pdf -- cgit v1.2.3