Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
15
third_party/FreeRDP/client/SDL/SDL2/man/CMakeLists.txt
vendored
Normal file
15
third_party/FreeRDP/client/SDL/SDL2/man/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
set(DEPS
|
||||
../../../common/man/freerdp-global-options.1
|
||||
../../../common/man/freerdp-global-envvar.1
|
||||
../../common/man/sdl-freerdp-config.1
|
||||
../../../common/man/freerdp-global-config.1
|
||||
../../common/man/sdl-global-config.1
|
||||
../../common/man/sdl-freerdp-examples.1
|
||||
../../../common/man/freerdp-global-links.1
|
||||
)
|
||||
|
||||
include(GetSysconfDir)
|
||||
get_sysconf_dir("" SYSCONF_DIR)
|
||||
set(SDL_WIKI_BASE_URL "https://wiki.libsdl.org/SDL2")
|
||||
set(VAR_NAMES "VENDOR" "PRODUCT" "VENDOR_PRODUCT" "SYSCONF_DIR" "SDL_WIKI_BASE_URL")
|
||||
generate_and_install_freerdp_man_from_xml(${MODULE_NAME} "1" "${DEPS}" "${VAR_NAMES}")
|
||||
15
third_party/FreeRDP/client/SDL/SDL2/man/sdl2-freerdp.1.in
vendored
Normal file
15
third_party/FreeRDP/client/SDL/SDL2/man/sdl2-freerdp.1.in
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
.TH "@MANPAGE_NAME@" "1" "@MAN_TODAY@" "freerdp" "@MANPAGE_NAME@"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.nh
|
||||
.ad l
|
||||
.SH "NAME"
|
||||
@MANPAGE_NAME@ \- FreeRDP SDL client
|
||||
.SH "SYNOPSIS"
|
||||
.PP
|
||||
\fB@MANPAGE_NAME@\fR
|
||||
[file] [options] [/v:server[:port]]
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
\fB@MANPAGE_NAME@\fR
|
||||
is an SDL Remote Desktop Protocol (RDP) client which is part of the FreeRDP project\&. An RDP server is built\-in to many editions of Windows\&. Alternative servers included ogon, gnome\-remote\-desktop, xrdp and VRDP (VirtualBox)\&.
|
||||
Reference in New Issue
Block a user