Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
minor corrections
[graphlib.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 2013c8c..13b49e6 100755 (executable)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEST = $(HOME)/CoursInfo/Algo_1A/tp/graph
+DEST = $(HOME)/CoursInfo/Algo_S1/tp/graph
 
 SRC = DrawingWindow.h DrawingWindow.cpp
 SRC += exemple.cpp exemple.pro
@@ -10,6 +10,7 @@ SRC += index.html
 
 install:
        doxygen Doxyfile
+       install -m 755 -d $(DEST)
        install -m 644 $(SRC) $(DEST)
        install -m 755 -d $(DEST)/html
        install -m 644 html/* $(DEST)/html