aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-09 21:49:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-09 21:49:02 +0000
commit07173c5578137e877cf51c528bcc9191ce5d30fc (patch)
tree418ab3a78736b422f81c506676da9c3cb70a6165 /doc/Makefile.nmake
parentba7b92bc020da26f46ea913085d9c5e5adaa7d03 (diff)
add dumpcap manual page
svn path=/trunk/; revision=17237
Diffstat (limited to 'doc/Makefile.nmake')
-rw-r--r--doc/Makefile.nmake17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index efdb784143..63b203031c 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -27,10 +27,10 @@
include ../config.nmake
doc: ethereal.html tethereal.html ethereal-filter.html capinfos.html \
- editcap.html idl2eth.html mergecap.html text2pcap.html
+ editcap.html idl2eth.html mergecap.html text2pcap.html dumpcap.html
man: ethereal.1 tethereal.1 ethereal-filter.4 capinfos.1 editcap.1 \
- idl2eth.1 mergecap.1 text2pcap.1
+ idl2eth.1 mergecap.1 text2pcap.1 dumpcap.1
ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT-FORMAT
copy /B ethereal.pod + ..\AUTHORS-SHORT-FORMAT ethereal-tmp.pod
@@ -149,6 +149,18 @@ text2pcap.html: text2pcap.pod ../config.h
--noindex \
text2pcap.pod > text2pcap.html
+dumpcap.1: dumpcap.pod ../config.h
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
+ dumpcap.pod > dumpcap.1
+
+dumpcap.html: dumpcap.pod ../config.h
+ $(POD2HTML) \
+ --title="dumpcap - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
+ dumpcap.pod > dumpcap.html
+
clean:
rm -f ethereal.html ethereal.1 ethereal-tmp.pod
rm -f tethereal.html tethereal.1
@@ -158,6 +170,7 @@ clean:
rm -f idl2eth.html idl2eth.1
rm -f mergecap.html mergecap.1
rm -f text2pcap.html text2pcap.1
+ rm -f dumpcap.html dumpcap.1
rm -f pod2htm*
distclean: clean