Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix install rules.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Oct 2014 14:20:19 +0000 (16:20 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Oct 2014 14:20:19 +0000 (16:20 +0200)
Makefile

index cf0d983..c622a31 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ realclean: clean
 
 install: all
        $(RM) -r $(DEST)
-       $(INSTALL) -C -m 755 -d $(DEST)
+       $(INSTALL) -C -m 755 -d $(DEST) $(DEST)/resources
        $(INSTALL) -C -m 644 $(SRC) $(EXAMPLES) $(DEST)
-       $(INSTALL) -C -m 644 html/* $(DEST)
+       $(INSTALL) -C -m 644 html/resources/* $(DEST)/resources
+       $(INSTALL) -C -m 644 html/*[.-]* $(DEST)