summaryrefslogtreecommitdiff
path: root/presentations/epa-nam-2022/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'presentations/epa-nam-2022/Makefile')
-rw-r--r--presentations/epa-nam-2022/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/presentations/epa-nam-2022/Makefile b/presentations/epa-nam-2022/Makefile
new file mode 100644
index 0000000..bc165d5
--- /dev/null
+++ b/presentations/epa-nam-2022/Makefile
@@ -0,0 +1,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