presentation-dsgvo/Makefile

11 lines
213 B
Makefile
Raw Permalink Normal View History

all: dsgvo.html
2018-03-26 08:58:57 +02:00
dsgvo.html: dsgvo.md
2018-03-26 08:58:57 +02:00
pandoc -t revealjs --standalone --smart --slide-level=2 \
2018-04-03 14:05:14 +02:00
--css=usrspace.css \
2018-04-09 13:17:55 +02:00
-V 'revealjs-url:reveal.js/' \
-o dsgvo.html dsgvo.md
2018-03-26 08:58:57 +02:00
clean:
rm -rf dsgvo.html dsgvo.pdf