summaryrefslogtreecommitdiff
path: root/presentations/epa-nam-2022/Makefile
blob: a2926e5c58360805bff94e87ccd9e58a31239d69 (plain)
1
2
3
4
5
6
7
8
9
10
all: html #pptx

pptx: index.md
	pandoc index.md -o helma-epa-nam-2022.pptx

pdf: index.md
	pandoc -s -t beamer --pdf-engine=pdflatex -o helma-epa-nam-2022.pdf index.md
	
html: index.md
	pandoc -s -t slidy --css style.css -o index.html index.md