aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /doc/Makefile.nmake
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
ethereal->wireshark updates
svn path=/trunk/; revision=18206
Diffstat (limited to 'doc/Makefile.nmake')
-rw-r--r--doc/Makefile.nmake38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index e44d45d4ac..941893c721 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -1,5 +1,5 @@
# Makefile.nmake
-# Nmake file for Ethereal documentation
+# Nmake file for Wireshark documentation
#
# $Id$
#
@@ -42,13 +42,13 @@ ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT-FORMAT
ethereal.1: ethereal.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
ethereal-tmp.pod > ethereal.1
ethereal.html: ethereal-tmp.pod ../config.h
$(POD2HTML) \
- --title="The Ethereal Network Analyzer $(VERSION)" \
+ --title="The Wireshark Network Analyzer $(VERSION)" \
--noindex \
ethereal-tmp.pod > ethereal.html
@@ -59,25 +59,25 @@ ethereal.html: ethereal-tmp.pod ../config.h
tethereal.1: tethereal.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
tethereal.pod > tethereal.1
tethereal.html: tethereal.pod ../config.h
$(POD2HTML) \
- --title="tethereal - The Ethereal Network Analyzer $(VERSION)" \
+ --title="tethereal - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
tethereal.pod > tethereal.html
ethereal-filter.4: ethereal-filter.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
ethereal-filter.pod > ethereal.4
ethereal-filter.html: ethereal-filter.pod ../config.h
$(POD2HTML) \
- --title="ethereal-filter - The Ethereal Network Analyzer $(VERSION)" \
+ --title="ethereal-filter - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
ethereal-filter.pod > ethereal-filter.html
@@ -90,74 +90,74 @@ ethereal-filter.pod: ethereal-filter.pod.template ../tethereal.exe
capinfos.1: capinfos.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
capinfos.pod > capinfos.1
capinfos.html: capinfos.pod ../config.h
$(POD2HTML) \
- --title="capinfos - The Ethereal Network Analyzer $(VERSION)" \
+ --title="capinfos - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
capinfos.pod > capinfos.html
editcap.1: editcap.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
editcap.pod > editcap.1
editcap.html: editcap.pod ../config.h
$(POD2HTML) \
- --title="editcap - The Ethereal Network Analyzer $(VERSION)" \
+ --title="editcap - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
editcap.pod > editcap.html
idl2eth.1: idl2eth.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
idl2eth.pod > idl2eth.1
idl2eth.html: idl2eth.pod ../config.h
$(POD2HTML) \
- --title="idl2eth - The Ethereal Network Analyzer $(VERSION)" \
+ --title="idl2eth - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
idl2eth.pod > idl2eth.html
mergecap.1: mergecap.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
mergecap.pod > mergecap.1
mergecap.html: mergecap.pod ../config.h
$(POD2HTML) \
- --title="mergecap - The Ethereal Network Analyzer $(VERSION)" \
+ --title="mergecap - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
mergecap.pod > mergecap.html
text2pcap.1: text2pcap.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
text2pcap.pod > text2pcap.1
text2pcap.html: text2pcap.pod ../config.h
$(POD2HTML) \
- --title="text2pcap - The Ethereal Network Analyzer $(VERSION)" \
+ --title="text2pcap - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
text2pcap.pod > text2pcap.html
dumpcap.1: dumpcap.pod ../config.h
$(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
+ --center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
dumpcap.pod > dumpcap.1
dumpcap.html: dumpcap.pod ../config.h
$(POD2HTML) \
- --title="dumpcap - The Ethereal Network Analyzer $(VERSION)" \
+ --title="dumpcap - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
dumpcap.pod > dumpcap.html