Install client_lua_api.txt documentation too

fixes #9104
This commit is contained in:
sfan5 2019-11-10 23:17:10 +01:00
parent 02111e4961
commit b5f5e00b29
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni

Vedi File

@ -181,6 +181,7 @@ endif()
install(FILES "README.md" DESTINATION "${DOCDIR}" COMPONENT "Docs")
install(FILES "doc/lua_api.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
install(FILES "doc/client_lua_api.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
install(FILES "doc/menu_lua_api.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
install(FILES "doc/texture_packs.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")
install(FILES "doc/world_format.txt" DESTINATION "${DOCDIR}" COMPONENT "Docs")