]> gitweb.ps.run Git - ouroboros-slides/commitdiff
update Makefile
authorpatrick-scho <patrick.schoenberger@posteo.de>
Mon, 14 Jul 2025 14:48:43 +0000 (16:48 +0200)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Mon, 14 Jul 2025 14:48:43 +0000 (16:48 +0200)
Makefile

index 9157f442478b81b6c081a43a970286fb4d437db9..532c7cb4de741f52ba65275d1fba077f8d1dace4 100644 (file)
--- 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