summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-10-03 17:29:06 +0000
committerJörg Mayer <jmayer@loplof.de>2012-10-03 17:29:06 +0000
commit4844896d63afc3d31c035bc1dea2d5d7242f7531 (patch)
treef7f26e8744a9a5444521935b89aea9e04787b289
parent6a99c30e53f404e6adee33a41675c41c46ded852 (diff)
downloadwireshark-4844896d63afc3d31c035bc1dea2d5d7242f7531.tar.gz
Add manpages for reordercap
svn path=/trunk/; revision=45291
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02fa116a52..f3c0df4367 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -687,6 +687,7 @@ set(INSTALL_FILES
pdml2html.xsl
${CMAKE_BINARY_DIR}/randpkt.html
${CMAKE_BINARY_DIR}/rawshark.html
+ ${CMAKE_BINARY_DIR}/reordercap.html
services
smi_modules
${CMAKE_BINARY_DIR}/text2pcap.html
@@ -1034,6 +1035,7 @@ pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/idl2wrs 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/mergecap 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/randpkt 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/rawshark 1 )
+pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/reordercap 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/text2pcap 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/tshark 1 )
pod2manhtml( wireshark 1 )
@@ -1051,6 +1053,7 @@ add_custom_target(
mergecap.html
randpkt.html
rawshark.html
+ reordercap.html
text2pcap.html
tshark.html
wireshark.html
@@ -1066,6 +1069,7 @@ set(MAN1_FILES
${CMAKE_BINARY_DIR}/mergecap.1
${CMAKE_BINARY_DIR}/randpkt.1
${CMAKE_BINARY_DIR}/rawshark.1
+ ${CMAKE_BINARY_DIR}/reordercap.1
${CMAKE_BINARY_DIR}/text2pcap.1
${CMAKE_BINARY_DIR}/tshark.1
${CMAKE_BINARY_DIR}/wireshark.1