presentation-dsgvo/Makefile
2018-04-17 12:45:07 +02:00

11 lines
203 B
Makefile

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