aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-07-15 16:18:13 +0000
committerGerald Combs <gerald@wireshark.org>2010-07-15 16:18:13 +0000
commit69df102b4e772db2bf3c029995d531ace383bd87 (patch)
tree98d1d74a6fb9c03780de4e70321b26a6b261545a /CMakeLists.txt
parentfa5fecf047ff31afed222cce56c327a6afa7ff96 (diff)
Don't include the filter list (which is now over 16MB) in the
wireshark-filter man page. Point to other sources for the list instead. svn path=/trunk/; revision=33539
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa78bea28b..81206536a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -848,20 +848,6 @@ ADD_CUSTOM_COMMAND(
${CMAKE_SOURCE_DIR}/doc/wireshark.pod.template
)
-ADD_CUSTOM_COMMAND(
- OUTPUT wireshark-filter.pod
- COMMAND tshark
- -G fields |
- ${PERL}
- ${CMAKE_SOURCE_DIR}/doc/dfilter2pod.pl
- ${CMAKE_SOURCE_DIR}/doc/wireshark-filter.pod.template
- > wireshark-filter.pod
- DEPENDS
- ${CMAKE_SOURCE_DIR}/doc/dfilter2pod.pl
- ${CMAKE_SOURCE_DIR}/doc/wireshark-filter.pod.template
- tshark
-)
-
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/capinfos 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/dftest 1 )
pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/dumpcap 1 )