Added missing dependency for custom command generating manpage.

This commit is contained in:
Armin Novak 2013-08-06 12:40:48 +02:00
parent 6c676e8795
commit ef574c0fcc
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ if(WITH_MANPAGES)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
DEPENDS
${CMAKE_CURRENT_BINARY_DIR}/xfreerdp.1.xml
${CMAKE_CURRENT_SOURCE_DIR}/xfreerdp-examples.1.xml
${CMAKE_CURRENT_SOURCE_DIR}/xfreerdp-channels.1.xml
generate_argument_docbook)
add_custom_target(xfreerdp.manpage ALL