]> rtime.felk.cvut.cz Git - omk.git/commitdiff
doc: Do not convert png images to pdf
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 17 Feb 2011 23:08:10 +0000 (00:08 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 17 Feb 2011 23:08:10 +0000 (00:08 +0100)
It is not necessary as pdftex handles png images as well as pdfs.

doc/Makefile

index 8d85f0c0fef83b8d6e9bbb441e430504b964199e..b3774c39e5bd22773f417b6bd22fdc0136efa848 100644 (file)
@@ -16,7 +16,7 @@ PDF_FIGS = $(patsubst %.png,%.pdf,$(PNG_FIGS))
 %.pdf: %.png
        convert $< -density 150 $@
 
-%.pdf: %.texinfo $(PDF_FIGS) .version
+%.pdf: %.texinfo $(PNG_FIGS) .version
        texi2dvi --pdf $<
        texi2dvi --pdf $<