mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 12:08:49 +00:00
CMakeLists.txt: Remove references now-removed man documentation files
This commit is contained in:
parent
8897196307
commit
7622a7fcb5
@ -471,15 +471,3 @@ if(ENABLE_QT AND UNIX AND NOT APPLE)
|
|||||||
install(FILES "${PROJECT_SOURCE_DIR}/dist/citra.xml"
|
install(FILES "${PROJECT_SOURCE_DIR}/dist/citra.xml"
|
||||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mime/packages")
|
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mime/packages")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(UNIX)
|
|
||||||
if(ENABLE_SDL2)
|
|
||||||
install(FILES "${PROJECT_SOURCE_DIR}/dist/citra.6"
|
|
||||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man6")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (ENABLE_QT)
|
|
||||||
install(FILES "${PROJECT_SOURCE_DIR}/dist/citra-qt.6"
|
|
||||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man6")
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user