Add capinfo targets.

svn path=/trunk/; revision=11560
This commit is contained in:
Gerald Combs 2004-07-29 02:01:59 +00:00
parent a11651260b
commit 8f9a933ef0
1 changed files with 12 additions and 0 deletions

View File

@ -67,6 +67,18 @@ ethereal-tmp.pod: $(srcdir)/ethereal.pod $(top_srcdir)/AUTHORS-SHORT
ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
../tethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal-filter.pod.template > ethereal-filter.pod
../capinfo.1: capinfo.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(srcdir)/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" \