From e5b17262dc648161950872be97811c3e95d40bf7 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 8 Oct 2014 16:20:19 +0200 Subject: [PATCH] Fix install rules. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.20.1