aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-07-20 09:24:42 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2017-07-20 09:49:44 +0000
commitf26778c9c6265fae59a35413d9a2d735190cff22 (patch)
tree146182ac99db148b8beba1b40611dc965b75f26a /doc
parent5473d2582cbc8943ead50550ef72936e0b99a945 (diff)
Add udpdump documentation to distribution
Bug: 13903 Change-Id: I7e7aadfbec3e66ebac892e20b5632afa9f7e5923 Reviewed-on: https://code.wireshark.org/review/22725 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e2db9b00d0..c71b3479e6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -73,7 +73,8 @@ man1_MANS = \
@randpkt_man@ \
@androiddump_man@ \
@sshdump_man@ \
- @randpktdump_man@
+ @randpktdump_man@ \
+ @udpdump_man@
man4_MANS = \
@extcap_man@ \
@@ -89,7 +90,7 @@ pkgdata_DATA = AUTHORS-SHORT $(top_srcdir)/docbook/ws.css wireshark.html \
tshark.html wireshark-filter.html capinfos.html ciscodump.html editcap.html \
mergecap.html reordercap.html text2pcap.html dumpcap.html androiddump.html \
sshdump.html randpktdump.html rawshark.html dftest.html randpkt.html \
- extcap.html
+ extcap.html udpdump.html
#
# Build the short version of the authors file for the about dialog
@@ -272,6 +273,13 @@ randpkt.html: randpkt.pod ../config.h $(top_srcdir)/docbook/ws.css
--noindex \
$(srcdir)/randpkt.pod > randpkt.html
+udpdump.html: udpdump.pod ../config.h $(top_srcdir)/docbook/ws.css
+ $(AM_V_POD2HTML)$(POD2HTML) \
+ --title="udpdump - The Wireshark Network Analyzer $(VERSION)" \
+ --css=$(POD_CSS_URL) \
+ --noindex \
+ $(srcdir)/udpdump.pod > udpdump.html
+
CLEANFILES = \
wireshark.pod \
*.1 \
@@ -334,7 +342,8 @@ EXTRA_DIST = \
sshdump.pod \
text2pcap.pod \
tshark.pod \
- wireshark-filter.pod \
+ udpdump.pod \
+ wireshark-filter.pod \
wireshark.pod.template \
CMakeLists.txt