1 export TEXINPUTS=../tex//:
3 all: thesis.pdf abstract.pdf
5 # LaTeX must be run multiple times to get references right
6 thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib
12 abstract.pdf: abstract.tex
16 rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi *.xmpdata
17 rm -f thesis.pdf abstract.pdf