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

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

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