all: 
	pdflatex jidm-uol.tex
	pdflatex jidm-uol.tex
	bibtex jidm-uol
	pdflatex jidm-uol.tex
	pdflatex jidm-uol.tex


clean:
	/bin/rm -f *.dvi *.aux *.ps *~ *.log *.lot *.lof *.toc *.blg *.bbl 
