# $Cambridge: hermes/doc/talks/2003-09-techlinks/Makefile,v 1.4 2004/01/15 12:57:33 fanf2 Exp $ PICPS= daily.ps hourly.ps sobig-end.ps times.ps volume.ps talk: ${PICPS} talk.mgp mgp -t60 -F1,0,0 -g1024x768 talk.mgp notes.ps: talk.mgp a2ps talk.mgp > notes.ps view: ${PICPS} for file in ${PICPS}; do gv $$file & done index.html: ${PICPS} talk.mgp mgp -D. -g1024x768 talk.mgp rm -f mgp*.old mgp00001.old: ../munghtml.pl index.html perl ../munghtml.pl all: notes.ps index.html mgp00001.old clean: rm -f .gscache.* rm -f mgp* index.html # EOF