presentation-torhs/Makefile
Peter Ludikovsky 49464cf60c
Initial commit
2018-11-04 08:38:17 +01:00

11 lines
203 B
Makefile

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