Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
.
[graphlib.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1e464a7..2013c8c 100755 (executable)
--- a/INSTALL
+++ b/INSTALL
@@ -2,12 +2,14 @@
 
 DEST = $(HOME)/CoursInfo/Algo_1A/tp/graph
 
-SRC = DrawingWindow.h DrawingWindow.cpp exemple.cpp exemple.pro
+SRC = DrawingWindow.h DrawingWindow.cpp
+SRC += exemple.cpp exemple.pro
+SRC += index.html
 
 .PHONY: install
 
 install:
-       install -m 644 $(SRC) $(DEST)
        doxygen Doxyfile
+       install -m 644 $(SRC) $(DEST)
        install -m 755 -d $(DEST)/html
        install -m 644 html/* $(DEST)/html