mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 21:38:09 -05:00
Add man documentation
Includes both SDL and QT frontends
This commit is contained in:
@ -286,3 +286,15 @@ if(ENABLE_QT AND UNIX AND NOT APPLE)
|
||||
install(FILES "${CMAKE_SOURCE_DIR}/dist/citra.xml"
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mime/packages")
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
if(ENABLE_SDL2)
|
||||
install(FILES "${CMAKE_SOURCE_DIR}/dist/citra.6"
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man6")
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT)
|
||||
install(FILES "${CMAKE_SOURCE_DIR}/dist/citra-qt.6"
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man6")
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user