Generate the man pages for dftest and randpkt.

svn path=/trunk/; revision=49515
This commit is contained in:
Chris Maynard 2013-05-22 17:53:24 +00:00
parent 34fdcb7b64
commit 05288f355c
1 changed files with 38 additions and 8 deletions

View File

@ -6,17 +6,17 @@
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@ -27,11 +27,14 @@
include ../config.nmake
doc: wireshark.html tshark.html wireshark-filter.html capinfos.html \
editcap.html idl2wrs.html mergecap.html reordercap.html text2pcap.html dumpcap.html \
rawshark.html idl2deb.html asn2deb.html
editcap.html idl2wrs.html mergecap.html reordercap.html \
text2pcap.html dumpcap.html rawshark.html dftest.html randpkt.html \
idl2deb.html asn2deb.html
man: wireshark.1 tshark.1 wireshark-filter.4 capinfos.1 editcap.1 \
idl2wrs.1 mergecap.1 reordercap.1 text2pcap.1 dumpcap.1 rawshark.1 idl2deb.1 asn2deb.1
man: wireshark.1 tshark.1 wireshark-filter.4 capinfos.1 \
editcap.1 idl2wrs.1 mergecap.1 reordercap.1 \
text2pcap.1 dumpcap.1 rawshark.1 dftest.1 randpkt.1 \
idl2deb.1 asn2deb.1
wireshark.pod: wireshark.pod.template AUTHORS-SHORT-FORMAT
copy /B wireshark.pod.template + AUTHORS-SHORT-FORMAT wireshark.pod
@ -104,7 +107,6 @@ capinfos.html: capinfos.pod ../config.h ws.css
--noindex \
capinfos.pod > capinfos.html
editcap.1: editcap.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
@ -222,6 +224,32 @@ rawshark.html: rawshark.pod ../config.h ws.css
--noindex \
rawshark.pod > rawshark.html
dftest.1: dftest.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
dftest.pod > dftest.1
dftest.html: dftest.pod ../config.h ws.css
$(POD2HTML) \
--title="dftest - The Wireshark Network Analyzer $(VERSION)" \
--css=ws.css \
--noindex \
dftest.pod > dftest.html
randpkt.1: randpkt.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
randpkt.pod > randpkt.1
randpkt.html: randpkt.pod ../config.h ws.css
$(POD2HTML) \
--title="randpkt - The Wireshark Network Analyzer $(VERSION)" \
--css=ws.css \
--noindex \
randpkt.pod > randpkt.html
clean:
rm -f wireshark.html wireshark.1 wireshark.pod
rm -f tshark.html tshark.1
@ -234,6 +262,8 @@ clean:
rm -f text2pcap.html text2pcap.1
rm -f dumpcap.html dumpcap.1
rm -f rawshark.html rawshark.1
rm -f randpkt.html randpkt.1
rm -f dftest.html dftest.1
rm -f pod2htm*
rm -f ws.css
rm -f AUTHORS-SHORT AUTHORS-SHORT-FORMAT