summaryrefslogtreecommitdiff
path: root/presentations/epa-nam-2022/Makefile
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-09-22 12:59:50 +0200
committerpdp8 <pdp8@pdp8.info>2022-09-22 12:59:50 +0200
commit67eb582eea1842491af7214db9e315a78fe61904 (patch)
treed1152b16a5d009563dfac7c36fbd97106e035edc /presentations/epa-nam-2022/Makefile
parent9fea0ee9b32a606ce37dcadb3a0c3855a1720d8c (diff)
epa-namm presentation
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