Skip to content
Snippets Groups Projects
Commit 433acaba authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Merge branch 'master' into 1.6

parents 3af3ef3b a5bafc55
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ macro(pod2man PODFILE NAME SECTION CENTER)
if(POD2MAN)
add_custom_command(
OUTPUT ${MANFILE_FULL}
COMMAND ${POD2MAN} --section ${SECTION} --center ${CENTER}
--release --name ${NAME} ${PODFILE_FULL} ${MANFILE_FULL}
COMMAND ${POD2MAN} --section="${SECTION}" --center="${CENTER}"
--release --name="${NAME}" "${PODFILE_FULL}" "${MANFILE_FULL}"
)
set(MANPAGE_TARGET "man-${NAME}")
add_custom_target(${MANPAGE_TARGET} ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment