PNG->GIF for compatibility with Perl Image::Size module
[www.jankratochvil.net.git] / Makefile-head.am
index 098112c..4f4aa18 100644 (file)
@@ -34,6 +34,6 @@ noinst_DATA=
 %.ppm: %.fig Makefile
        fig2dev -L ppm -S4 -b10 $< $@
 
-%.png: %.ppm
-       pnmtopng $< >$@
+%.gif: %.ppm
+       ppmtogif -sort $< >$@