summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: a361e4f1d2372f1a75bd2b02f720c75c6e5634e9 (plain)
1
2
3
4
5
6
7
8
9
all: Logbook.pdf

Logbook.pdf: Logbook.tex *.tex *.sty
	xelatex $<
	xelatex $<	# to include generated ToC
	xdg-open $@

clean:
	rm -f Logbook.pdf *.{aux,toc,log,out}