add color conversion methods
[PyX/mjg.git] / www / png / Makefile
blobfe5a3ab502f1ef643c26df3268edc22df618ff3a
2 pyfiles = $(wildcard *.py)
3 pngfiles = $(patsubst %.py, %.png, $(pyfiles))
5 default: $(pngfiles)
7 clean:
8 -rm $(pngfiles)
10 %.png: %.py
11 export PYTHONPATH=$(CURDIR)/../.. ; cd $(dir $^) ; python $(notdir $^)
12 python ../../contrib/epstopng.py -o $@ $*.eps
13 rm $*.eps