#! /usr/bin/make -f

all: 

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
