# each MetaPost graphic has it's own file, # so the basic definitions should get bundled out into an external file # (encourages reuse anyway, so it's good for you :p) all : sols.pdf probs.pdf view : all xpdf probs.pdf & xpdf sols.pdf & %.pdf : %.tex *.tex pdflatex $< ../../tex/make_mp.sh pdflatex $< semi-clean : rm -f *.1 *.log *.mp *.mpx *.aux *.out *.cut rm -f mp*.tex # remove metapost-generated tex clean : semi-clean rm -f *.pdf