From 31e7d96de46c7e1917e0f9ea8a540ef7b299fc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Tue, 1 Jan 2013 06:56:00 -0200 Subject: [PATCH] Added API docs, cleaned up some other docs, and fixed CMakeLists.txt to reflect changes. --- CMakeLists.txt | 2 +- README.txt | 2 +- doc/TESTED_ON.txt | 25 ------------------------- 3 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 doc/TESTED_ON.txt 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