DOCUMENTS=	structs.pdf
FILES=		structs.tex names.txt exam.tex literature.bib
CATEGORY=	dt019g/labs

USE_LATEXMK=    yes
USE_BIBLATEX=   yes

structs.pdf: structs.tex exam.tex literature.bib

exam.tex: ../exam.tex
	ln -s ../exam.tex exam.tex
literature.bib: ../../literature.bib
	ln -s ../../literature.bib literature.bib
name.txt: names.txt
clean: clean-course clean-package
	${RM} exam.tex literature.bib

PACKAGE=	structs-src
PACKAGE_FILES= ${FILES} Makefile
PUB_FILES=	${DOCUMENTS} ${PACKAGE}.tar.gz names.txt 

include miun.depend.mk

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