aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
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.am
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.am')
-rw-r--r--doc/Makefile.am11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ef88405808..b8a3ce45f1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -135,18 +135,14 @@ wireshark-filter.4: wireshark-filter.pod ../config.h
--section=4 \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
- wireshark-filter.pod > wireshark-filter.4
+ $(srcdir)/wireshark-filter.pod > wireshark-filter.4
wireshark-filter.html: wireshark-filter.pod ../config.h $(top_srcdir)/docbook/ws.css
$(POD2HTML) \
--title="wireshark-filter - The Wireshark Network Analyzer $(VERSION)" \
--css=$(top_srcdir)/docbook/ws.css \
--noindex \
- wireshark-filter.pod > wireshark-filter.html
-
-wireshark-filter.pod: wireshark-filter.pod.template ../tshark
- WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ../tshark -G fields | \
- $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/wireshark-filter.pod.template > wireshark-filter.pod
+ $(srcdir)/wireshark-filter.pod > wireshark-filter.html
capinfos.1: capinfos.pod ../config.h
$(POD2MAN) \
@@ -266,7 +262,6 @@ randpkt.html: randpkt.pod ../config.h $(top_srcdir)/docbook/ws.css
$(srcdir)/randpkt.pod > randpkt.html
CLEANFILES = \
- wireshark-filter.pod \
wireshark.pod \
wireshark-filter.4 \
wireshark-filter.html \
@@ -339,6 +334,6 @@ EXTRA_DIST = \
sgml.doc.template \
text2pcap.pod \
tshark.pod \
- wireshark-filter.pod.template \
+ wireshark-filter.pod \
wireshark.pod.template