mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	Fix "make install" and add underscore to doc file name
Fix regression since commit:
915807f8db "Rename doc/mapformat.txt and update doc to match SRP changes"
And add an underscore to doc file name to make it more readable.
			
			
This commit is contained in:
		| @@ -171,7 +171,7 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/fonts" DESTINATION "${SHAREDIR}") | ||||
| install(FILES "README.txt" DESTINATION "${DOCDIR}") | ||||
| install(FILES "doc/lua_api.txt" DESTINATION "${DOCDIR}") | ||||
| install(FILES "doc/menu_lua_api.txt" DESTINATION "${DOCDIR}") | ||||
| install(FILES "doc/mapformat.txt" DESTINATION "${DOCDIR}") | ||||
| install(FILES "doc/world_format.txt" DESTINATION "${DOCDIR}") | ||||
| install(FILES "minetest.conf.example" DESTINATION "${EXAMPLE_CONF_DIR}") | ||||
|  | ||||
| if(UNIX AND NOT APPLE) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user