presentation-dsgvo/Makefile

11 lines
234 B
Makefile
Raw Normal View History

2018-03-26 08:58:57 +02:00
all: DSGVO.html
2018-03-29 16:21:23 +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-03-26 08:58:57 +02:00
-V 'revealjs-url:https://cdn.jsdelivr.net/npm/reveal.js@3/' \
-o DSGVO.html DSGVO.md
clean:
rm -rf DSGVO.html