.SUFFIXES: .obj .eps .png .obj.png: tgif -print -png $< .obj.eps: tgif -print -eps -color $< .png.eps: pngtopnm $< |pnmtops -noturn >$@ IMAGES = class_diagram.png communication.png edit_focus.png scroll.png all: $(IMAGES) tutorial.html tutorial.html : tutorial.xml xml2html tutorial.xml >tutorial.html clean: rm -f *.aux *.log *.dvi rm -f tutorial.html rm -f $(IMAGES)