diff --git a/Makefile b/Makefile
index d4b8dfabcf268c158c387032b84fed6c47665bd6..d269023cc3cd3f8b21bf69f38396824626a43fff 100644
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,12 @@ all: $(HTML) $(PDF)
 
 deploy: all
 	mkdir -p prog_seq_c_tp/shortest_path
-	cp graphes.html prog_seq_c_tp/shortest_path/index.html
+	cp graphes.html prog_seq_c_tp/shortest_path/graphes.html
 	cp graphes.pdf prog_seq_c_tp/shortest_path/graphes.pdf
 	cp main.c xml_parser.h xml_parser.c prog_seq_c_tp/shortest_path/
 	cp suisse.txt villes.xml prog_seq_c_tp/shortest_path/
+	cp fd.html prog_seq_c_tp/shortest_path/fd.html
+	cp fd.pdf prog_seq_c_tp/shortest_path/fd.pdf
 
 
 clean: