summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-25 04:23:21 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-25 04:23:21 +0300
commit47e4eda4bb87cd9dc20dddf81ca473b523eeb150 (patch)
treeb1a3130a12db74607f01c569570be91e6a8b02a6 /CMakeLists.txt
parent30c34cc23e9a060ef964854038a314a94ad5cbae (diff)
downloadminetest-47e4eda4bb87cd9dc20dddf81ca473b523eeb150.tar.gz
minetest-47e4eda4bb87cd9dc20dddf81ca473b523eeb150.tar.bz2
minetest-47e4eda4bb87cd9dc20dddf81ca473b523eeb150.zip
Reorganizing stuff (import from temporary git repo)
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 70d20dea4..516778995 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@ elseif(UNIX) # Linux, BSD etc
set(EXAMPLE_CONF_DIR "share/doc/minetest")
endif()
-install(FILES "doc/README.txt" DESTINATION "${DOCDIR}")
+install(FILES "README.txt" DESTINATION "${DOCDIR}")
install(FILES "minetest.conf.example" DESTINATION "${DOCDIR}")
#