presentation-dsgvo-privat/Makefile

20 lines
612 B
Makefile
Raw Normal View History

2022-05-18 20:03:38 +02:00
all: html dsgvo-privat.pdf dsgvo-privat-notes.pdf
html: dsgvo-privat.html
dsgvo-privat.html: dsgvo-privat.md
2022-05-25 23:53:03 +02:00
pandoc -f markdown+inline_notes+smart+yaml_metadata_block+inline_notes \
2022-05-18 20:03:38 +02:00
-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