aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-06-19 15:39:52 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-06-19 15:39:52 +0000
commite54831aef1e0cf2a6f13f833ce3f31aa7d140db5 (patch)
tree02e25504d237759f43e6fbd4479a0f0ab20dead5 /doc/Makefile.am
parentafa07ed684fcc735e5f6aafca08c2a416e10680d (diff)
Don't install idl2wrs except in Debian's special wireshark-dev package.
(Normal Wireshark installations can't be used to develop dissectors so there's no need to install it or its man page.) http://www.wireshark.org/lists/wireshark-dev/201206/msg00073.html (The Debian changes are untested.) svn path=/trunk/; revision=43370
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 313ecf57a0..a7dfd83815 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -69,7 +69,6 @@ man1_MANS = \
@capinfos_man@ \
@editcap_man@ \
@dumpcap_man@ \
- idl2wrs.1 \
@rawshark_man@ \
@dftest_man@ \
@randpkt_man@
@@ -78,7 +77,7 @@ man_MANS =
pkgdata_DATA = AUTHORS-SHORT $(top_srcdir)/docbook/ws.css wireshark.html \
tshark.html wireshark-filter.html capinfos.html editcap.html \
- idl2wrs.html mergecap.html text2pcap.html dumpcap.html rawshark.html \
+ mergecap.html text2pcap.html dumpcap.html rawshark.html \
dftest.html randpkt.html
#