Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update.
[graphlib.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 13b49e6..ee35f3f 100755 (executable)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEST = $(HOME)/CoursInfo/Algo_S1/tp/graph
+#DEST = $(HOME)/CoursInfo/Algo_S1/tp/graph
+DEST = $(HOME)/public_html/enseignement/Permanent/AlgoProg/tp/graph
 
 SRC = DrawingWindow.h DrawingWindow.cpp
 SRC += exemple.cpp exemple.pro
@@ -12,5 +13,4 @@ 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
+       install -m 644 html/* $(DEST)