Makefile

changeset 6
ce8fecc9847d
parent 5
dbc01588686e
child 18
73aacbf6e492
--- a/Makefile	Mon Dec 26 15:48:32 2011 +0100
+++ b/Makefile	Tue Dec 27 20:12:21 2011 +0100
@@ -57,5 +57,7 @@
 	@echo "copy scripts"
 	sed s:%%WS_INSTALL_DIR%%:$(WS_INSTALL_DIR):g templates/bin/startserv.template > $(WS_INSTALL_DIR)bin/startserv
 	chmod +x $(WS_INSTALL_DIR)bin/startserv
+	@echo "copy docs"
+	cp -R templates/docs $(WS_INSTALL_DIR)
 	
 

mercurial