Typo.
[www.jankratochvil.net.git] / Makefile-head.am
index 4f4aa18..40656bc 100644 (file)
@@ -28,12 +28,22 @@ noinst_DATA=
 # Generally better behaviour but it requires GNU make. Harmless otherwise.
 .DELETE_ON_ERROR:
 
-%.html: %.html.pl $(top_srcdir)/My/Web.pm $(top_srcdir)/WebConfig.pm
-       perl -I$(top_srcdir) >$@ $<
-
 %.ppm: %.fig Makefile
-       fig2dev -L ppm -S4 -b10 $< $@
+       fig2dev -L ppm -S4 -m1.75 -b10 $< | pnmgamma 0.4 >$@
 
 %.gif: %.ppm
-       ppmtogif -sort $< >$@
+       ppmquant -quiet 256 $< | ppmtogif -quiet -sort >$@
+
+# Prevent: make: Circular %.ppm <- %.gif dependency dropped.
+#%.ppm: %.gif
+#      giftopnm $< >$@
+
+%.png: %.ppm
+       pnmtopng $< >$@
+
+%.ppm: %.png
+       pngtopnm $< >$@
+
+%.png: %.dia $(top_srcdir)/dia-w.sh
+       $(top_srcdir)/dia-w.sh --nosplash --export $@ $<