aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-06-26 20:41:28 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-06-26 20:41:28 +0000
commite4599acf281b7f44b8977c9e328eee28abc1ee95 (patch)
tree174c48b6148434f2776b8295eafdfa3af5498d3f /doc
parentf2e85a5a96727581eedaab59c54a934f0d5fe1e1 (diff)
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7406 :
Build the idl2wrs man page (including the HTML version) but don't install them: a developer might want to read the man page and the Debian development package wants to install them. svn path=/trunk/; revision=43498
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a7dfd83815..f91036426f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -75,6 +75,11 @@ man1_MANS = \
man4_MANS = @wiresharkfilter_man@
man_MANS =
+# Build these in case a developer wants to read them and for the Debian
+# development package.
+# (The former arguably should be in noinst_MANS but it didn't work for me.)
+noinst_DATA = idl2wrs.1 idl2wrs.html
+
pkgdata_DATA = AUTHORS-SHORT $(top_srcdir)/docbook/ws.css wireshark.html \
tshark.html wireshark-filter.html capinfos.html editcap.html \
mergecap.html text2pcap.html dumpcap.html rawshark.html \