export TEXINPUTS:= :pstricks/latex:pstricks/generic:latex/: 
export DVIPSHEADERS=:pstricks/dvips/:
export TEXFONTS:= :latex/:


all: *.tex 
		latex poster.tex
		latex poster.tex
		latex poster.tex
		dvips -Ppdf poster.dvi
		epstopdf poster.ps
		#acroread poster.pdf

#images:
#		pngtopnm images/speech-bubble.png > images/speech-bubble.pnm
#		pnmtops -noturn images/speech-bubble.pnm > images/speech-bubble.ps
#		pngtopnm images/speech-bubble-2.png > images/speech-bubble-2.pnm
#		pnmtops -noturn images/speech-bubble-2.pnm > images/speech-bubble-2.ps


clean:
		rm -f poster.aux poster.bbl poster.blg poster.dvi poster.log poster.ps

.PHONY: images clean
