# $Id: Makefile 6 2015-09-15 08:14:03Z lenfra $

DOCUMENTS=	report.pdf
FILES=		report.tex titlepage.tex frontmatter.tex literature.bib rfc.bib
FILES+= 	abstract.tex
FILES+=		intro.tex theory.tex method.tex results.tex discussion.tex
FILES+=		data.tex

CATEGORY=	DT123G/project
PACKAGE=	report-src
TARBALL_FILES=	${FILES} Makefile
PUB_FILES=	${DOCUMENTS} ${PACKAGE}.tar.gz

USE_LATEXMK= 	yes
USE_BIBLATEX= 	yes

report.pdf: ${FILES} ${miunthes-depend} ${miunmisc-depend} ${latexmkrc-depend}


### INCLUDES ###

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

include miun.depend.mk
include miun.course.mk
include miun.package.mk
