presentation-dsgvo-privat/Makefile

20 lines
612 B
Makefile

all: html dsgvo-privat.pdf dsgvo-privat-notes.pdf
html: dsgvo-privat.html
dsgvo-privat.html: dsgvo-privat.md
pandoc -f markdown+inline_notes+smart+yaml_metadata_block+inline_notes \
-t revealjs+smart --standalone --slide-level=2 \
--css=usrspace.css \
-V 'revealjs-url:reveal.js/' \
-o dsgvo-privat.html dsgvo-privat.md
dsgvo-privat.pdf: dsgvo-privat.html
@echo Open file://$(PWD)/dsgvo-privat.html\?print-pdf
dsgvo-privat-notes.pdf: dsgvo-privat.html
@echo Open file://$(PWD)/dsgvo-privat.html?print-pdf&showNotes=true
clean:
rm -rf dsgvo-privat.html dsgvo-privat.pdf dsgvo-privat-notes.pdf *.svg