Src=thesis all : tex bib tex tex tex : - pdflatex -output-directory=$(HOME)/tmp $(Src) - cp $(HOME)/tmp/thesis.pdf ./ - evince ./thesis.pdf & bib : - bibtex $(HOME)/tmp/$(Src) html : - latex2html -dir=$(HOME)/tmp $(Src) -split 0 - firefox $(HOME)/tmp/$(Src).html