presentation-dsgvo/Makefile
Peter Ludikovsky b563cb5bc1
* Renamed DSGVO -> dsgvo
* PDF w/ speaker notes
* Info about relevant Articles
2018-04-17 12:56:58 +02:00

11 lines
213 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 dsgvo.pdf