presentation-dsgvo/Makefile

11 lines
234 B
Makefile

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