all: guide.pdf

.tex.pdf:
	latexmk --xelatex ${.IMPSRC}

clean:
	latexmk -c

.SUFFIXES: .tex .pdf
