mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] fix manpage generation dependencies
This commit is contained in:
@@ -35,15 +35,14 @@ function(generate_and_install_freerdp_man_from_xml template manpage dependencies
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_BINARY_DIR}/${manpage}.xml
|
||||
generate_argument_docbook
|
||||
${template}.xml.in
|
||||
)
|
||||
|
||||
add_custom_target(
|
||||
${manpage}.manpage ALL
|
||||
DEPENDS
|
||||
DEPENDS
|
||||
${manpage}
|
||||
${manpage}.xml
|
||||
${template}.xml.in
|
||||
generate_argument_docbook
|
||||
)
|
||||
install_freerdp_man(${CMAKE_CURRENT_BINARY_DIR}/${manpage} 1)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user