diff --git a/CMakeLists.txt b/CMakeLists.txt index 77a9eb6..b30bb4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,8 +136,8 @@ add_custom_target(pack_mod COMMAND ${CMAKE_COMMAND} -E copy src/chatcmds.lua ${dir} COMMAND ${CMAKE_COMMAND} -E copy src/botcmds.lua ${dir} COMMAND ${CMAKE_COMMAND} -E copy README.txt ${dir} + COMMAND ${CMAKE_COMMAND} -E copy doc/API.txt ${dir} COMMAND ${CMAKE_COMMAND} -E copy doc/LICENSE.txt ${dir} COMMAND ${CMAKE_COMMAND} -E copy doc/CHANGES.txt ${dir} COMMAND ${CMAKE_COMMAND} -E copy doc/TODO.txt ${dir} - COMMAND ${CMAKE_COMMAND} -E copy doc/TESTED_ON.txt ${dir} ) diff --git a/README.txt b/README.txt index 0250551..8ebe973 100644 --- a/README.txt +++ b/README.txt @@ -48,7 +48,7 @@ INSTALLING ---------- Just put the created `irc' directory in any of the directories where Minetest looks for mods. For more information, see: - http://wiki.minetest.net/wiki/Installing_mods + http://wiki.minetest.com/wiki/Installing_mods SETTINGS diff --git a/doc/TESTED_ON.txt b/doc/TESTED_ON.txt deleted file mode 100644 index 2f1b861..0000000 --- a/doc/TESTED_ON.txt +++ /dev/null @@ -1,25 +0,0 @@ -This was successfully tested on the following systems and found to compile, -install and work properly in minetest. - -ArchLinx --------- -GCC 4.7.2 -CMAKE 2.8.10.1 - -Ubuntu 12.04 ------- -GCC 4.6.3-1ubuntu5 -CMake 2.8.7 - -Ubuntu 12.10 ------- -GCC 4.7.2-2ubuntu1 -CMAKE 2.8.9 - - -Fails on: - -LinuxMint ---------- -GCC 4.5.2 -CMAKE 2.8.3