From: Arnaud Giersch Date: Wed, 8 Oct 2014 14:20:19 +0000 (+0200) Subject: Fix install rules. X-Git-Tag: extracted~44 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib_java.git/commitdiff_plain/e5b17262dc648161950872be97811c3e95d40bf7 Fix install rules. --- diff --git a/Makefile b/Makefile index cf0d983..c622a31 100644 --- 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)