summaryrefslogtreecommitdiff
path: root/Makefile
blob: 71a84478ff0c14984169bdfa2e4ffd5b631132b9 (plain)
1
2
3
4
5
6
7
8
9
10
all: torhs.html

torhs.html: torhs.md
	pandoc -t revealjs --standalone --smart --slide-level=2 \
  --css=usrspace.css \
	-V 'revealjs-url:reveal.js/' \
	-o torhs.html torhs.md

clean:
	rm -rf torhs.html