projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc22f9
)
Install lua_api.txt and mapformat.txt in because awesome.
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 22 Mar 2012 15:08:32 +0000
(17:08 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 22 Mar 2012 15:08:32 +0000
(17:08 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 16167d21b7aa6a78b55c8414b23ffa46593aa692..a8fc68e52cd2d370d7c1b647fada2ae83abfe5e8 100644
(file)
--- 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)