treesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '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