Added API docs, cleaned up some other docs, and fixed CMakeLists.txt to reflect changes.

This commit is contained in:
Diego Martínez 2013-01-01 06:56:00 -02:00
parent c95420645e
commit 31e7d96de4
3 changed files with 2 additions and 27 deletions

View File

@ -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}
)

View File

@ -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

View File

@ -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