From 7622a7fcb54d5e81563f775c62cc4896b7b12847 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 4 Mar 2025 20:54:57 +0000 Subject: [PATCH] CMakeLists.txt: Remove references now-removed man documentation files --- CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8536b6348..189e27da4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -471,15 +471,3 @@ if(ENABLE_QT AND UNIX AND NOT APPLE) install(FILES "${PROJECT_SOURCE_DIR}/dist/citra.xml" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mime/packages") 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()