aboutsummaryrefslogtreecommitdiff
path: root/slides/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'slides/Makefile')
-rw-r--r--slides/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/slides/Makefile b/slides/Makefile
index 3749d61..c0aadb5 100644
--- a/slides/Makefile
+++ b/slides/Makefile
@@ -1,9 +1,10 @@
all: build/presentazione_espruino.pdf
-build/presentazione_espruino.pdf: presentazione_espruino.rst
+build/presentazione_espruino.pdf: presentazione_espruino.rst header.tex img/*
mkdir -p build
pandoc --listings -t beamer --latex-engine=xelatex \
-V navigation=horizontal \
+ --include-in-header=header.tex \
-o build/presentazione_espruino.pdf \
presentazione_espruino.rst