mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,sdl] update manpages
* Respect default configuration directory depending on WITH_FULL_CONFIG_PATH * Unify manpage files for SDL2 and SDL3
This commit is contained in:
@@ -35,8 +35,9 @@ function(generate_and_install_freerdp_man_from_xml target section dependencies)
|
||||
configure_file(${template}.xml.in ${manpage}.xml @ONLY IMMEDIATE)
|
||||
|
||||
foreach(DEP IN LISTS dependencies)
|
||||
get_filename_component(DNAME "${DEP}" NAME)
|
||||
set(SRC ${CMAKE_CURRENT_SOURCE_DIR}/${DEP}.in)
|
||||
set(DST ${CMAKE_CURRENT_BINARY_DIR}/${DEP})
|
||||
set(DST ${CMAKE_CURRENT_BINARY_DIR}/${DNAME})
|
||||
|
||||
if (EXISTS ${SRC})
|
||||
message("generating ${DST} from ${SRC}")
|
||||
|
||||
Reference in New Issue
Block a user