diff --git a/CMakeLists.txt b/CMakeLists.txt index 193169b4c..65e7f5b3e 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/lime.xml" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mime/packages") endif() - -if(UNIX) - if(ENABLE_SDL2) - install(FILES "${PROJECT_SOURCE_DIR}/dist/lime.6" - DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man6") - endif() - - if (ENABLE_QT) - install(FILES "${PROJECT_SOURCE_DIR}/dist/lime-qt.6" - DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man6") - endif() -endif() diff --git a/dist/lime-qt.6 b/dist/lime-qt.6 deleted file mode 100644 index d05069aa8..000000000 --- a/dist/lime-qt.6 +++ /dev/null @@ -1,40 +0,0 @@ -.Dd November 22 2016 -.Dt lime-qt 6 -.Os -.Sh NAME -.Nm Lime-Qt -.Nd Nintendo 3DS Emulator/Debugger (Qt) -.Sh SYNOPSIS -.Nm lime-qt -.Op Ar file -.Sh DESCRIPTION -Lime3DS is an experimental open-source Nintendo 3DS emulator/debugger. -.Pp -.Nm lime-qt -is the Qt implementation. -.Sh FILES -.Bl -tag -width Ds -.It Pa $XDG_DATA_HOME/citra-emu -Emulator storage. -.It Pa $XDG_CONFIG_HOME/citra-emu -Configuration files. -.El -.Sh AUTHORS -This document is made available to you under the CC-BY license. -.Pp -Lime3DS is made by a team of volunteers. These contributors are listed - at <\https://github.com/Lime3DS/Lime3DS/contributors\fR>. -.Pp -.Sh SEE ALSO -.Bl -tag -width Ds -.It Xr lime 6 -The SDL frontend of the application -.El -.Pp -Resources are available for this project: -.Bl -tag -width Ds -.It <\fBhttps://lime3ds.github.io\fR> -The main homepage of the project. -.It <\fBhttps://github.com/Lime3DS/Lime3DS\fR> -The main source code repository for the Citra emulator. -.Pp diff --git a/dist/lime.6 b/dist/lime.6 deleted file mode 100644 index 18f91ba96..000000000 --- a/dist/lime.6 +++ /dev/null @@ -1,49 +0,0 @@ -.Dd November 22 2016 -.Dt lime 6 -.Os -.Sh NAME -.Nm Lime -.Nd Nintendo 3DS Emulator/Debugger (SDL) -.Sh SYNOPSIS -.Nm lime -.Op Ar options -.Op Ar file -.Sh OPTIONS -.Bl -tag -width Ds -.It Fl g Ar port , Fl Fl gdbport Ar port -Starts the GDB stub on the specified port -.It Fl h , Fl Fl help -Shows syntax help and exits -.It Fl v , Fl Fl version -Describes the installed version and exits -.Sh DESCRIPTION -Lime3DS is an experimental open-source Nintendo 3DS emulator/debugger. -.Pp -.Nm lime -is the Simple DirectMedia Layer (SDL) implementation. -.Sh FILES -.Bl -tag -width Ds -.It Pa $XDG_DATA_HOME/lime-emu -Emulator storage. -.It Pa $XDG_CONFIG_HOME/lime-emu -Configuration files. -.El -.Sh AUTHORS -This document is made available to you under the CC-BY license. -.Pp -Lime3DS is made by a team of volunteers. These contributors are listed - at <\fBhttps://github.com/lime-emu/lime/contributors\fR>. -.Pp -.Sh SEE ALSO -.Bl -tag -width Ds -.It Xr lime-qt 6 -The Qt frontend of the application -.El -.Pp -Resources are available for this project: -.Bl -tag -width Ds -.It <\fBhttps://lime-emu.org\fR> -The main homepage of the project. -.It <\fBhttps://github.com/lime-emu/lime\fR> -The main source code repository for the Lime3DS emulator. -.Pp