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

pptx: index.md
	pandoc index.md -o epa-nam-2022.pptx
	
html: index.md
	pandoc -s -t slidy --css style.css -o index.html index.md