all: cdbur.pdf view: cdbur.pdf xpdf $< 2>/dev/null & edit: vim cdbur.tex %.pdf: %.ps ps2pdf $< $@ %.ps: %.dvi dvips -ta4 -Pcms -t landscape $< -o $@ cdbur.dvi: cdbur.tex latex $< images.mps: images.mp mpost images.mp mv images.1 images.mps %.eps: %.jpg convert $< $@