diff --git a/Makefile b/Makefile
index 49b8e1991a79597d60b04b84fc5b44f5abf6ef02..cddd7c454bb563b5291ba10c935ecf2e0c2e3b19 100644
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,9 @@ all: $(HTML) $(PDF)
 	pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $<
 
 deploy: all
-	mkdir -p prog_seq_c_tp/matrices
-	cp matrices.html prog_seq_c_tp/matrices/index.html
-	cp matrices.pdf prog_seq_c_tp/matrices/matrices.pdf
+	mkdir -p prog_seq_c_tp/traitement_dimages
+	cp traitement_dimages.html prog_seq_c_tp/traitement_dimages/index.html
+	cp traitement_dimages.pdf prog_seq_c_tp/traitement_dimages/traitement_dimages.pdf
 
 clean:
 	rm -rf *.html *.pdf prog_seq_c_tp