aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-10-03 12:22:08 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-10-03 12:22:08 +0000
commit181cb3e03642202295b48328e6eaf7a4249a8613 (patch)
treef22bb48cabe4997e950818d888c384945dd7ce96 /doc/Makefile.am
parentbf370afa44abc30050539afa4e07c5df39f36012 (diff)
Add a man page for reordercap.
svn path=/trunk/; revision=45282
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7b6d9a2b99..7adeb3d6f3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -66,6 +66,7 @@ man1_MANS = \
@tshark_man@ \
@text2pcap_man@ \
@mergecap_man@ \
+ @reordercap_man@ \
@capinfos_man@ \
@editcap_man@ \
@dumpcap_man@ \
@@ -82,7 +83,7 @@ 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 \
+ mergecap.html reordercap.html text2pcap.html dumpcap.html rawshark.html \
dftest.html randpkt.html
#
@@ -200,6 +201,19 @@ mergecap.html: mergecap.pod ../config.h $(top_srcdir)/docbook/ws.css
--noindex \
$(srcdir)/mergecap.pod > mergecap.html
+reordercap.1: mergecap.pod ../config.h
+ $(POD2MAN) \
+ --center="The Wireshark Network Analyzer" \
+ --release=$(VERSION) \
+ $(srcdir)/reordercap.pod > reordercap.1
+
+reordercap.html: reordercap.pod ../config.h $(top_srcdir)/docbook/ws.css
+ $(POD2HTML) \
+ --title="reordercap - The Wireshark Network Analyzer $(VERSION)" \
+ --css=$(top_srcdir)/docbook/ws.css \
+ --noindex \
+ $(srcdir)/reordercap.pod > reordercap.html
+
text2pcap.1: text2pcap.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \