client/X11: Install man page from the build dir
Fixes installation from out-of-tree builds.
This commit is contained in:
parent
08765a910d
commit
bbaceb75e2
@ -45,7 +45,7 @@ if(WITH_MANPAGES)
|
||||
add_custom_target(xfreerdp.manpage ALL
|
||||
DEPENDS xfreerdp.1)
|
||||
|
||||
install(FILES xfreerdp.1 DESTINATION share/man/man1)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/xfreerdp.1 DESTINATION share/man/man1)
|
||||
else(XMLTO_FOUND)
|
||||
message(WARNING "WITH_MANPAGES was set, but xmlto was not found. man-pages will not be installed")
|
||||
endif(XMLTO_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user