summaryrefslogtreecommitdiffstats
path: root/doc/project.am
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/project.am
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 '')
-rw-r--r--doc/project.am3
1 files changed, 3 insertions, 0 deletions
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