55 @echo "copy includes" |
55 @echo "copy includes" |
56 cp src/server/nsapi.h $(WS_INSTALL_DIR)include/nsapi.h |
56 cp src/server/nsapi.h $(WS_INSTALL_DIR)include/nsapi.h |
57 @echo "copy scripts" |
57 @echo "copy scripts" |
58 sed s:%%WS_INSTALL_DIR%%:$(WS_INSTALL_DIR):g templates/bin/startserv.template > $(WS_INSTALL_DIR)bin/startserv |
58 sed s:%%WS_INSTALL_DIR%%:$(WS_INSTALL_DIR):g templates/bin/startserv.template > $(WS_INSTALL_DIR)bin/startserv |
59 chmod +x $(WS_INSTALL_DIR)bin/startserv |
59 chmod +x $(WS_INSTALL_DIR)bin/startserv |
|
60 @echo "copy docs" |
|
61 cp -R templates/docs $(WS_INSTALL_DIR) |
60 |
62 |
61 |
63 |