diff options
| author | patrick-scho | 2025-07-14 16:48:43 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-07-14 16:48:43 +0200 |
| commit | 09fedf3ec187ed4ded4b31447ce2697791a9067f (patch) | |
| tree | 53b3b61d4d11e8130afdbc32d24b947712aa2657 | |
| parent | 758f808544b19cfeee8fba9da045d06bd3357ea7 (diff) | |
| download | ouroboros-slides-09fedf3ec187ed4ded4b31447ce2697791a9067f.tar.gz ouroboros-slides-09fedf3ec187ed4ded4b31447ce2697791a9067f.zip | |
update Makefile
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
