treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorpatrick-scho2025-07-14 16:48:43 +0200
committerpatrick-scho2025-07-14 16:48:43 +0200
commit09fedf3ec187ed4ded4b31447ce2697791a9067f (patch)
tree53b3b61d4d11e8130afdbc32d24b947712aa2657
parent758f808544b19cfeee8fba9da045d06bd3357ea7 (diff)
downloadouroboros-slides-09fedf3ec187ed4ded4b31447ce2697791a9067f.tar.gz
ouroboros-slides-09fedf3ec187ed4ded4b31447ce2697791a9067f.zip
update Makefile
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9157f44..532c7cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
all:
- pandoc -t revealjs --standalone pres.md -o pres_md.html
+ pandoc -t revealjs --standalone pres.md -o pres.html --slide-level=4
+
+entr:
+ ls pres.md | entr -s make
embed:
- pandoc -t revealjs --standalone --embed-resources pres.md -o pres_md.html
+ pandoc -t revealjs --standalone --embed-resources pres.md -o pres.html --slide-level=4
.PHONS: all embed