Copy over

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49865
to cmake

svn path=/trunk/; revision=49925
This commit is contained in:
Jörg Mayer 2013-06-14 11:42:40 +00:00
parent 0d6110e2a4
commit 5e974e8f45
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,7 @@ MACRO(pod2manhtml _sourcefile _manext)
--section=${_manext}
--center="The Wireshark Network Analyzer"
--release=${CPACK_PACKAGE_VERSION}
--utf8
${_sourcefile}.pod
> ${_outman}
COMMAND
@ -65,7 +66,6 @@ MACRO(pod2manhtml _sourcefile _manext)
DEPENDS
${_sourcefile}.pod
${CMAKE_SOURCE_DIR}/docbook/ws.css
)
ENDMACRO(pod2manhtml)