aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 00:23:01 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 00:23:01 +0000
commitb15974d094e96ced61fefeff35be96add2b6e7a4 (patch)
tree476bdd5efe70987b1f7252072e7a1b6a0adf849f /doc/Makefile.am
parent6deb90af7b1eee58fe564ebeaee57066bca508e2 (diff)
libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
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 153452e20b..1cfe9b83ae 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -91,17 +91,17 @@ ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
--noindex \
$(srcdir)/editcap.pod > ../editcap.html
-../idl2eth.1: idl2eth.pod ../config.h
+../idl2wrs.1: idl2wrs.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
--release=$(VERSION) \
- $(srcdir)/idl2eth.pod > ../idl2eth.1
+ $(srcdir)/idl2wrs.pod > ../idl2wrs.1
-../idl2eth.html: idl2eth.pod ../config.h
+../idl2wrs.html: idl2wrs.pod ../config.h
$(POD2HTML) \
- --title="idl2eth - The Wireshark Network Analyzer $(VERSION)" \
+ --title="idl2wrs - The Wireshark Network Analyzer $(VERSION)" \
--noindex \
- $(srcdir)/idl2eth.pod > ../idl2eth.html
+ $(srcdir)/idl2wrs.pod > ../idl2wrs.html
../mergecap.1: mergecap.pod ../config.h
$(POD2MAN) \
@@ -158,8 +158,8 @@ CLEANFILES = \
../text2pcap.html \
../dumpcap.1 \
../dumpcap.html \
- ../idl2eth.1 \
- ../idl2eth.html
+ ../idl2wrs.1 \
+ ../idl2wrs.html
DISTCLEANFILES = \
pod2htmi.tmp \