Tiny fixes
This commit is contained in:
parent
17164b69b7
commit
0ec0a7779a
|
@ -104,7 +104,7 @@ foreach (page ${PROJECT_NAME})
|
||||||
add_custom_command (OUTPUT ${page_output}
|
add_custom_command (OUTPUT ${page_output}
|
||||||
COMMAND ${HELP2MAN_EXECUTABLE} -N
|
COMMAND ${HELP2MAN_EXECUTABLE} -N
|
||||||
"${PROJECT_BINARY_DIR}/${page}" -o ${page_output}
|
"${PROJECT_BINARY_DIR}/${page}" -o ${page_output}
|
||||||
DEPENDS ${PROJECT_NAME}
|
DEPENDS ${page}
|
||||||
COMMENT "Generating man page for ${page}" VERBATIM)
|
COMMENT "Generating man page for ${page}" VERBATIM)
|
||||||
endforeach (page)
|
endforeach (page)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue