aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.nmake
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-07-28 20:51:29 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-07-28 20:51:29 +0000
commitcb6b29786bb98412602a039658e5c5b134595b0e (patch)
tree4b7470a6fe9495e34bcbc24617570918edc5edeb /doc/Makefile.nmake
parent1f7a02524671165a276463acb4e84e8f6e3a2442 (diff)
From Ian Schorr: capinfo - provides capture file information.
svn path=/trunk/; revision=11555
Diffstat (limited to 'doc/Makefile.nmake')
-rw-r--r--doc/Makefile.nmake20
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index ccae10f06e..5e6029be11 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -26,10 +26,10 @@
include ../config.nmake
-doc: ethereal.html tethereal.html ethereal-filter.html editcap.html \
- idl2eth.html mergecap.html text2pcap.html
+doc: ethereal.html tethereal.html ethereal-filter.html capinfo.html \
+ editcap.html idl2eth.html mergecap.html text2pcap.html
-man: ethereal.1 tethereal.1 ethereal-filter.4 editcap.1 \
+man: ethereal.1 tethereal.1 ethereal-filter.4 capinfo.1 editcap.1 \
idl2eth.1 mergecap.1 text2pcap.1
ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT
@@ -86,6 +86,19 @@ ethereal-filter.pod: ethereal-filter.pod.template ../tethereal.exe
rm -f libethereal.dll wiretap-$(WTAP_VERSION).dll
cd doc
+capinfo.1: capinfo.pod ../config.h
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
+ capinfo.pod > capinfo.1
+
+capinfo.html: capinfo.pod ../config.h
+ $(POD2HTML) \
+ --title="capinfo - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
+ capinfo.pod > capinfo.html
+
+
editcap.1: editcap.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
@@ -138,6 +151,7 @@ clean:
rm -f ethereal.html ethereal.1 ethereal-tmp.pod
rm -f tethereal.html tethereal.1
rm -f ethereal-filter.html ethereal-filter.4 ethereal-filter.pod
+ rm -f capinfo.html capinfo.1
rm -f editcap.html editcap.1
rm -f idl2eth.html idl2eth.1
rm -f mergecap.html mergecap.1