From 7fcc9b57a643edc1d000c7c50477f5a704a0006b Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 2 Jul 2015 18:28:09 +0200 Subject: [PATCH] Install sandbox html files. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6af530b1..e3dcb99b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,6 +124,7 @@ install: @echo "Installing static resources to: $(SHARE)" $(INSTALL) -d $(BIN) $(INSTALL) -d $(SHARE)/www/html + $(INSTALL) -d $(SHARE)/www/html/sandboxes $(INSTALL) -d $(SHARE)/www/static $(INSTALL) -d $(SHARE)/www/static/img $(INSTALL) -d $(SHARE)/www/static/sounds @@ -133,7 +134,8 @@ install: $(INSTALL) -d $(SHARE)/www/static/js/libs/pdf $(INSTALL) -d $(SHARE)/www/static/js/sandboxes $(INSTALL) bin/$(EXENAME) $(BIN) - $(INSTALL) html/* $(SHARE)/www/html + $(INSTALL) html/*.html $(SHARE)/www/html + $(INSTALL) html/sandboxes/*.html $(SHARE)/www/html/sandboxes $(INSTALL) static/img/* $(SHARE)/www/static/img $(INSTALL) static/sounds/* $(SHARE)/www/static/sounds $(INSTALL) static/fonts/* $(SHARE)/www/static/fonts