Get pod2man to work on windows: call via perl

svn path=/trunk/; revision=52367
This commit is contained in:
Jörg Mayer 2013-10-04 16:55:04 +00:00
parent 8fcf96c8ff
commit 3c96218548
1 changed files with 2 additions and 2 deletions

View File

@ -49,14 +49,14 @@ MACRO(pod2manhtml _sourcefile _manext)
${_outman}
${_outhtml}
COMMAND
${POD2MAN_EXECUTABLE}
${PERL_EXECUTABLE} ${POD2MAN_EXECUTABLE}
--section=${_manext}
--center="The Wireshark Network Analyzer"
--release=${CPACK_PACKAGE_VERSION}
${_sourcefile}.pod
> ${_outman}
COMMAND
${POD2HTML_EXECUTABLE}
${PERL_EXECUTABLE} ${POD2HTML_EXECUTABLE}
--title="${_basefile} - The Wireshark Network Analyzer ${CPACK_PACKAGE_VERSION}"
--css=${CMAKE_SOURCE_DIR}/docbook/ws.css
--noindex