From e4599acf281b7f44b8977c9e328eee28abc1ee95 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Tue, 26 Jun 2012 20:41:28 +0000 Subject: [PATCH] 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 --- doc/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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 \