aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.nmake
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 /doc/Makefile.nmake
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 'doc/Makefile.nmake')
-rw-r--r--doc/Makefile.nmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index 37dc87b523..a37f7fedb5 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -91,18 +91,6 @@ wireshark-filter.html: wireshark-filter.pod ../config.h ws.css
--noindex \
wireshark-filter.pod > wireshark-filter.html
-tabchar=
-# We can't generate a filter list if we can't run TShark.
-wireshark-filter.pod: wireshark-filter.pod.template dfilter2pod.pl ../tshark.exe
-!if "$(PROCESSOR_ARCHITECTURE)" == "x86" && "$(WIRESHARK_TARGET_PLATFORM)" != "win32"
- $(PERL) dfilter2pod.pl -e wireshark-filter.pod.template > wireshark-filter.pod
-!else
- cd ..
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake install-all
- $(INSTALL_DIR)\tshark.exe -G | $(PERL) doc\dfilter2pod.pl doc\wireshark-filter.pod.template > doc\wireshark-filter.pod
- cd doc
-!endif
-
capinfos.1: capinfos.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \