From: patrick-scho Date: Mon, 14 Jul 2025 14:48:43 +0000 (+0200) Subject: update Makefile X-Git-Url: https://gitweb.ps.run/ouroboros-slides/commitdiff_plain/09fedf3ec187ed4ded4b31447ce2697791a9067f?ds=inline update Makefile --- 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