summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-20 18:50:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-20 18:50:58 +0000
commit0f80fa5c7d747a026d4fd30220a98d087cef53b1 (patch)
tree32d5522fd1cd1a87e2803b0df458fe6fb77d99ba /doc/Makefile.am
parent39de90e5da056fd473dfd0b47f4e4d06ea4aa8d3 (diff)
downloadwireshark-0f80fa5c7d747a026d4fd30220a98d087cef53b1.tar.gz
renamed capinfo to capinfos, as the former name capinfo was already used in a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed.
svn path=/trunk/; revision=12358
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8857c94e4c..9b0f75f4fb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -67,17 +67,17 @@ ethereal-tmp.pod: $(srcdir)/ethereal.pod $(top_srcdir)/AUTHORS-SHORT-FORMAT
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
+../capinfos.1: capinfos.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
- $(srcdir)/capinfo.pod > ../capinfo.1
+ $(srcdir)/capinfos.pod > ../capinfos.1
-../capinfo.html: capinfo.pod ../config.h
+../capinfos.html: capinfos.pod ../config.h
$(POD2HTML) \
- --title="capinfo - The Ethereal Network Analyzer $(VERSION)" \
+ --title="capinfos - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
- capinfo.pod > ../capinfo.html
+ capinfos.pod > ../capinfos.html
../editcap.1: editcap.pod ../config.h
$(POD2MAN) \
@@ -134,8 +134,8 @@ CLEANFILES = \
../ethereal-filter.html \
../ethereal.1 \
../ethereal.html \
- ../capinfo.1 \
- ../capinfo.html \
+ ../capinfos.1 \
+ ../capinfos.html \
../editcap.1 \
../editcap.html \
../mergecap.1 \