Skip to content

Commit 8acccf4

Browse files
committedSep 14, 2015
Fix "make install" and add underscore to doc file name
Fix regression since commit: 915807f "Rename doc/mapformat.txt and update doc to match SRP changes" And add an underscore to doc file name to make it more readable.
1 parent 283bf97 commit 8acccf4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

Diff for: ‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/fonts" DESTINATION "${SHAREDIR}")
171171
install(FILES "README.txt" DESTINATION "${DOCDIR}")
172172
install(FILES "doc/lua_api.txt" DESTINATION "${DOCDIR}")
173173
install(FILES "doc/menu_lua_api.txt" DESTINATION "${DOCDIR}")
174-
install(FILES "doc/mapformat.txt" DESTINATION "${DOCDIR}")
174+
install(FILES "doc/world_format.txt" DESTINATION "${DOCDIR}")
175175
install(FILES "minetest.conf.example" DESTINATION "${EXAMPLE_CONF_DIR}")
176176

177177
if(UNIX AND NOT APPLE)
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.