summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-22 17:08:32 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-22 17:08:32 +0200
commitb91bba1ab2e3a30c89b0f5e9e98bce0717c1628e (patch)
tree8d9d257e901606a118fbb71019e219ef8976f025 /CMakeLists.txt
parentfbc22f91d511b961b4fbf605b7d8e1b07a7c0e06 (diff)
downloadminetest-b91bba1ab2e3a30c89b0f5e9e98bce0717c1628e.tar.gz
minetest-b91bba1ab2e3a30c89b0f5e9e98bce0717c1628e.tar.bz2
minetest-b91bba1ab2e3a30c89b0f5e9e98bce0717c1628e.zip
Install lua_api.txt and mapformat.txt in because awesome.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 16167d21b..a8fc68e52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,6 +95,8 @@ if(RUN_IN_PLACE)
endif()
install(FILES "README.txt" DESTINATION "${DOCDIR}")
+install(FILES "doc/lua_api.txt" DESTINATION "${DOCDIR}")
+install(FILES "doc/mapformat.txt" DESTINATION "${DOCDIR}")
install(FILES "minetest.conf.example" DESTINATION "${EXAMPLE_CONF_DIR}")
if(UNIX)