summaryrefslogtreecommitdiff
path: root/Makefile
blob: 93901058c7f7528e07bb3fc0aa2d8f1a2c912cab (plain)
1
2
3
4
5
6
7
8
9
all: talk.pdf

talk.pdf: talk.org
	# org-src-preserve-indentation prevents spaces converted to tabs in babel)
	emacs -batch $< --eval='(setq org-src-preserve-indentation t)' \
	                --eval='(org-beamer-export-to-pdf)'

clean:
	rm -f *.tex