X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=Makefile-head.am;h=098112c98b2b0ff54eaf0c1f8b7bb65d32e1440a;hp=5d24648577da4f52c1cdd9c0aa6d3f41a22f1da6;hb=3bd47e92eef01a839c869920f4919779a220d4ba;hpb=07871cb3b5cf33f100c0b1c22b11c6c3984b0148 diff --git a/Makefile-head.am b/Makefile-head.am index 5d24648..098112c 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -31,3 +31,9 @@ noinst_DATA= %.html: %.html.pl $(top_srcdir)/My/Web.pm $(top_srcdir)/WebConfig.pm perl -I$(top_srcdir) >$@ $< +%.ppm: %.fig Makefile + fig2dev -L ppm -S4 -b10 $< $@ + +%.png: %.ppm + pnmtopng $< >$@ +