diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-06-19 15:39:52 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-06-19 15:39:52 +0000 |
commit | e54831aef1e0cf2a6f13f833ce3f31aa7d140db5 (patch) | |
tree | 02e25504d237759f43e6fbd4479a0f0ab20dead5 /doc | |
parent | afa07ed684fcc735e5f6aafca08c2a416e10680d (diff) | |
download | wireshark-e54831aef1e0cf2a6f13f833ce3f31aa7d140db5.tar.gz wireshark-e54831aef1e0cf2a6f13f833ce3f31aa7d140db5.tar.bz2 wireshark-e54831aef1e0cf2a6f13f833ce3f31aa7d140db5.zip |
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')
-rw-r--r-- | doc/Makefile.am | 3 |
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 # |