SOURCES=		thesis.tex
SOURCES+= 		abstract-en.tex abstract-sv.tex
SOURCES+=		introduction.tex
SOURCES+= 		theory.tex
SOURCES+= 		methodology.tex
SOURCES+= 		implementation.tex
SOURCES+=		results.tex
SOURCES+= 		analysis.tex
SOURCES+= 		discussion.tex
SOURCES+= 		thesis.bib

USE_BIBLATEX= 	yes
USE_LATEXMK= 	yes

thesis.pdf: ${SOURCES}

clean:
	${RM} thesis.ps thesis.pdf

miun.depend.mk:
	wget http://ver.miun.se/build/$@

include miun.depend.mk
include miun.tex.mk
