presentation-dsgvo/Makefile

11 lines
203 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-04-09 13:17:55 +02:00
-V 'revealjs-url:reveal.js/' \
2018-03-26 08:58:57 +02:00
-o DSGVO.html DSGVO.md
clean:
rm -rf DSGVO.html