+project line9k
[www.jankratochvil.net.git] / Makefile-head.am
index 5d24648..098112c 100644 (file)
@@ -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 $< >$@
+