aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
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.am
parentba7b92bc020da26f46ea913085d9c5e5adaa7d03 (diff)
add dumpcap manual page
svn path=/trunk/; revision=17237
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ebe49fe5da..4ac5b3dbe3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -127,6 +127,18 @@ ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
--noindex \
$(srcdir)/text2pcap.pod > ../text2pcap.html
+../dumpcap.1: dumpcap.pod ../config.h
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
+ $(srcdir)/dumpcap.pod > ../dumpcap.1
+
+../dumpcap.html: dumpcap.pod ../config.h
+ $(POD2HTML) \
+ --title="dumpcap - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
+ $(srcdir)/dumpcap.pod > ../dumpcap.html
+
CLEANFILES = \
ethereal-filter.pod \
ethereal-tmp.pod \
@@ -144,6 +156,8 @@ CLEANFILES = \
../tethereal.html \
../text2pcap.1 \
../text2pcap.html \
+ ../dumpcap.1 \
+ ../dumpcap.html \
../idl2eth.1 \
../idl2eth.html