aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-01 19:44:05 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-01 19:44:05 +0000
commit84bdc80e23bc504911deb6f375cd772050c9daf6 (patch)
treef732677844610531b61d89fa520d4647020f33b1 /doc
parentf482df2f747ef557165222b5e441b10cea0a8689 (diff)
downloadwireshark-84bdc80e23bc504911deb6f375cd772050c9daf6.tar.gz
wireshark-84bdc80e23bc504911deb6f375cd772050c9daf6.tar.bz2
wireshark-84bdc80e23bc504911deb6f375cd772050c9daf6.zip
Update for the new ethereal-filter man page.
svn path=/trunk/; revision=8580
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.nmake20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index 1864d3bede..74ef0a1c12 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -1,7 +1,7 @@
# Makefile.nmake
# Nmake file for Ethereal documentation
#
-# $Id: Makefile.nmake,v 1.8 2003/02/13 22:35:10 guy Exp $
+# $Id: Makefile.nmake,v 1.9 2003/10/01 19:44:05 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -46,9 +46,6 @@ ethereal.html: ethereal.pod ../config.h
$(MAKE) -f makefile.nmake tethereal.exe
cd doc
-ethereal.pod: ethereal.pod.template ../tethereal.exe
- ..\\tethereal.exe -G | $(PERL) dfilter2pod.pl ethereal.pod.template > ethereal.pod
-
tethereal.1: tethereal.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
@@ -64,6 +61,21 @@ tethereal.html: tethereal.pod ../config.h
tethereal.pod: tethereal.pod.template ../tethereal.exe
..\\tethereal.exe -G | $(PERL) dfilter2pod.pl tethereal.pod.template > tethereal.pod
+ethereal-filter.4: ethereal-filter.pod ../config.h
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
+ ethereal-filter.pod > ethereal.4
+
+ethereal-filter.html: ethereal-filter.pod ../config.h
+ $(POD2HTML) \
+ --title="The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
+ ethereal-filter.pod > ethereal-filter.html
+
+ethereal-filter.pod: ethereal-filter.pod.template ../tethereal.exe
+ ..\\tethereal.exe -G | $(PERL) dfilter2pod.pl ethereal-filter.pod.template > ethereal-filter.pod
+
editcap.1: editcap.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \