aboutsummaryrefslogtreecommitdiff
path: root/slides/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-26 19:46:03 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-26 19:46:03 +0200
commit02e2780d233c2d73fcbd32a2a970d5a6f3696224 (patch)
tree2e0e008622b22f921857e297197836c8f563365a /slides/Makefile
parent4c9176f3a07ea8c10301e08f659e3781f69d7a7c (diff)
downloadiot-workshop-ndc-2018-02e2780d233c2d73fcbd32a2a970d5a6f3696224.tar.gz
iot-workshop-ndc-2018-02e2780d233c2d73fcbd32a2a970d5a6f3696224.tar.bz2
iot-workshop-ndc-2018-02e2780d233c2d73fcbd32a2a970d5a6f3696224.tar.xz
iot-workshop-ndc-2018-02e2780d233c2d73fcbd32a2a970d5a6f3696224.zip
wip
Diffstat (limited to 'slides/Makefile')
-rw-r--r--slides/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/slides/Makefile b/slides/Makefile
index d6a5a26..e0cc2a6 100644
--- a/slides/Makefile
+++ b/slides/Makefile
@@ -45,7 +45,7 @@ $(P).md: Makefile
include $(P).beamer.md.d
include $(P).revealjs.md.d
-%.beamer.md: %.md# %.beamer.md.d
+%.beamer.md: %.md .var/QUICK
$(RUN_PP_BEAMER) < $< > $@
%.beamer.md.d: %.md
@@ -75,7 +75,7 @@ images/%.pdf: images/%.tex | images/pp-template Makefile
mv $(patsubst %.pdf,%-full.pdf,$@) $@
-VARS=SLIDE_THEME
+VARS=SLIDE_THEME QUICK
define refresh =
.var/$(1)::