#! /usr/bin/make -f show: exec mgp -V -x vflib speech.mgp 2> log html: mkdir -p html mgp -x vflib -D html speech.mgp speech.ps: all speech.mgp mgp2ps -c -t $< > $@ clean: rm -f .gscache* *~ *.gif log rm -rf html .PHONY: all clean html