We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02111e4 commit b5f5e00Copy full SHA for b5f5e00
CMakeLists.txt
@@ -181,6 +181,7 @@ endif()
181
182
install(FILES "README.md" DESTINATION "${DOCDIR}" COMPONENT "Docs")
183
install(FILES "doc/lua_api.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
184
+install(FILES "doc/client_lua_api.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
185
install(FILES "doc/menu_lua_api.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
186
install(FILES "doc/texture_packs.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
187
install(FILES "doc/world_format.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
0 commit comments