#! /usr/bin/make -f

all: ramtest2.jpg pic0100.png background.bmp
	convert -geometry 800x600 ramtest2.jpg ramtest2.gif
	convert -geometry 800x600 pic0100.png pic0100.gif
	convert RGB0100.png RGB0100.gif

html: all
	mkdir -p html
	mgp -x vflib -D html speech.mgp

speech.ps: all speech.mgp 
	mgp2ps -c -t $< > $@

clean:
	rm -f .gscache* *~ *.gif

.PHONY: all clean html
