summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorthatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-29 16:20:40 +0000
committerthatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-29 16:20:40 +0000
commit5855956aa1e10b8c3213e479c975493b2e96aeeb (patch)
tree8fe716fa546d8f3488e28bb2df3b1f5d16b15312 /CMakeLists.txt
parent9b02e0156ddee963d690b21fb98549cea0a0ccda (diff)
downloadhercules-5855956aa1e10b8c3213e479c975493b2e96aeeb.tar.gz
hercules-5855956aa1e10b8c3213e479c975493b2e96aeeb.tar.bz2
hercules-5855956aa1e10b8c3213e479c975493b2e96aeeb.tar.xz
hercules-5855956aa1e10b8c3213e479c975493b2e96aeeb.zip
* Removed Non-English sample files from doc/sample/ (bugreport:6750)
- sample/npc_test_ev.txt was originally used to demonstrate nifty event related commands. - sample/npc_test_arena.txt is rather defunct as there are fully working scripts within npc/ that demonstrate the same functionality. - sample/npc_test_str.txt explains how StRing != striNG. This is documented in doc/script_commands.txt * Slight update to CMakeLists.txt for README.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16982 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31ca33c50..f8432dc03 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -481,6 +481,7 @@ set( RUNTIME_FILES
"${CMAKE_CURRENT_SOURCE_DIR}/map-server.sh"
"${CMAKE_CURRENT_SOURCE_DIR}/mapserv-sql.bat"
"${CMAKE_CURRENT_SOURCE_DIR}/pcre3.dll"
+ "${CMAKE_CURRENT_SOURCE_DIR}/README.txt"
"${CMAKE_CURRENT_SOURCE_DIR}/runserver-sql.bat"
"${CMAKE_CURRENT_SOURCE_DIR}/serv.bat"
"${CMAKE_CURRENT_SOURCE_DIR}/start"
@@ -492,7 +493,6 @@ set( RUNTIME_DIRECTORIES
"doc"
"log"
"npc"
- "readme"
"sql-files"
"tools"
)