Updated to 3.3.3r9_x86_win32 by the request of Dmitry Savy.
[www.jankratochvil.net.git] / Makefile-head.am
index 5d24648..4f4aa18 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 $< $@
+
+%.gif: %.ppm
+       ppmtogif -sort $< >$@
+