1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-28 06:05:18 +01:00

Update /README.txt, remove duplicate /doc/README.txt and update CMakeLists.txt to package /README.txt

This commit is contained in:
Perttu Ahola
2011-11-03 21:36:42 +02:00
parent e9fd3def90
commit 1469196d3b
3 changed files with 29 additions and 259 deletions

View File

@@ -66,7 +66,7 @@ elseif(UNIX) # Linux, BSD etc
set(EXAMPLE_CONF_DIR "share/doc/${PROJECT_NAME}")
endif()
install(FILES "doc/README.txt" DESTINATION "${DOCDIR}")
install(FILES "README.txt" DESTINATION "${DOCDIR}")
install(FILES "doc/changelog.txt" DESTINATION "${DOCDIR}")
install(FILES "minetest.conf.example" DESTINATION "${DOCDIR}")