diff --git a/slides/.gitignore b/slides/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..91e17a152282ed6dfc0d3eae137860db59e11550
--- /dev/null
+++ b/slides/.gitignore
@@ -0,0 +1 @@
+mermaid-filter.err
diff --git a/slides/Makefile b/slides/Makefile
index 876ee0a55fe1f71b4f6d0fea77653854d80cbc0c..7067a6bb63b80693d59f4ccb53c2f2af0531c2a7 100644
--- a/slides/Makefile
+++ b/slides/Makefile
@@ -10,7 +10,7 @@ PDFOPTIONS += -V urlcolor=blue
 REVEALOPTIONS = -t revealjs
 REVEALOPTIONS += -F mermaid-filter
 REVEALOPTIONS += --self-contained
-REVEALOPTIONS += -V revealjs-url=./reveal.js
+REVEALOPTIONS += -V revealjs-url=../slides_2020/reveal.js
 REVEALOPTIONS += -V theme=white
 REVEALOPTIONS += -V width=1920
 REVEALOPTIONS += -V margin=0
@@ -21,8 +21,7 @@ HTML=$(MD:%.md=%.html) # Pour les fichier html on transforme .md -> .html
 PDF=$(MD:%.md=%.pdf) # Pour les fichier pdf on transforme .md -> .pdf
 MARKDOWN=$(MD:%.md=%.markdown) # Pour les fichier markdown on transforme .md -> .markdown
 
-# all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
-all: $(PDF) 
+all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
 
 markdown: $(MARKDOWN) # La markdown les cibles %.markdown