X-Git-Url: https://gitweb.ps.run/ouroboros-slides/blobdiff_plain/758f808544b19cfeee8fba9da045d06bd3357ea7..09fedf3ec187ed4ded4b31447ce2697791a9067f:/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