make/install.mk

changeset 45
a24aa388f02f
parent 44
3da1f7b6847f
child 46
636e05eb48f6
equal deleted inserted replaced
44:3da1f7b6847f 45:a24aa388f02f
51 cp ../src/server/public/nsapi.h $(INSTALL_DIR)/include/nsapi.h 51 cp ../src/server/public/nsapi.h $(INSTALL_DIR)/include/nsapi.h
52 @echo "copy scripts" 52 @echo "copy scripts"
53 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/startserv.template > $(INSTALL_DIR)/bin/startserv 53 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/startserv.template > $(INSTALL_DIR)/bin/startserv
54 chmod +x $(INSTALL_DIR)/bin/startserv 54 chmod +x $(INSTALL_DIR)/bin/startserv
55 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/stopserv.template > $(INSTALL_DIR)/bin/stopserv 55 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/stopserv.template > $(INSTALL_DIR)/bin/stopserv
56 chmod -x $(INSTALL_DIR)/bin/stopserv 56 chmod +x $(INSTALL_DIR)/bin/stopserv
57 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/reconfig.template > $(INSTALL_DIR)/bin/reconfig 57 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/reconfig.template > $(INSTALL_DIR)/bin/reconfig
58 chmod -x $(INSTALL_DIR)/bin/reconfig 58 chmod -x $(INSTALL_DIR)/bin/reconfig
59 @echo "copy docs" 59 @echo "copy docs"
60 cp -R ../templates/docs $(INSTALL_DIR)/ 60 cp -R ../templates/docs $(INSTALL_DIR)/

mercurial