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/project.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/project.am') diff --git a/doc/project.am b/doc/project.am index 0d1e03c6c6..4ab87ebb59 100644 --- a/doc/project.am +++ b/doc/project.am @@ -35,8 +35,11 @@ if TEXI2PDF MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2PDF) $< endif +$(PROJECT).pdf: $(PROJECT).texi $($(PROJECT)_TEXINFOS) $(PDF_IMAGES) CLEANFILES += $(PROJECT).pdf +MOSTLYCLEANFILES += $(PDF_IMAGES) + ## HTML SUFFIXES += .html -- cgit v1.2.3