diff scripts/build_unix.sh @ 247:0bad554d0926

More tests, some cryo room fixes and docs in the build.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 13:32:27 +0200
parents e77e331c874b
children 7147369cee59
line wrap: on
line diff
--- a/scripts/build_unix.sh	Fri Aug 27 13:25:42 2010 +0200
+++ b/scripts/build_unix.sh	Fri Aug 27 13:32:27 2010 +0200
@@ -10,7 +10,7 @@
 rm -rf ${BUILD_FOLDER}
 mkdir -p ${BUILD_FOLDER} dist
 
-cp -r COPYING README.txt run_game.py setup.py gamelib Resources ${BUILD_FOLDER}/
+cp -r COPYING README.txt run_game.py setup.py docs gamelib Resources ${BUILD_FOLDER}/
 
 cd build