diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-05-31 00:23:01 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-05-31 00:23:01 +0000 |
commit | b15974d094e96ced61fefeff35be96add2b6e7a4 (patch) | |
tree | 476bdd5efe70987b1f7252072e7a1b6a0adf849f /doc/Makefile.nmake | |
parent | 6deb90af7b1eee58fe564ebeaee57066bca508e2 (diff) | |
download | wireshark-b15974d094e96ced61fefeff35be96add2b6e7a4.tar.gz wireshark-b15974d094e96ced61fefeff35be96add2b6e7a4.tar.bz2 wireshark-b15974d094e96ced61fefeff35be96add2b6e7a4.zip |
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.nmake')
-rw-r--r-- | doc/Makefile.nmake | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake index 941893c721..a58101bc6c 100644 --- a/doc/Makefile.nmake +++ b/doc/Makefile.nmake @@ -27,10 +27,10 @@ include ../config.nmake doc: ethereal.html tethereal.html ethereal-filter.html capinfos.html \ - editcap.html idl2eth.html mergecap.html text2pcap.html dumpcap.html + editcap.html idl2wrs.html mergecap.html text2pcap.html dumpcap.html man: ethereal.1 tethereal.1 ethereal-filter.4 capinfos.1 editcap.1 \ - idl2eth.1 mergecap.1 text2pcap.1 dumpcap.1 + idl2wrs.1 mergecap.1 text2pcap.1 dumpcap.1 ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT-FORMAT copy /B ethereal.pod + ..\AUTHORS-SHORT-FORMAT ethereal-tmp.pod @@ -113,17 +113,17 @@ editcap.html: editcap.pod ../config.h --noindex \ editcap.pod > editcap.html -idl2eth.1: idl2eth.pod ../config.h +idl2wrs.1: idl2wrs.pod ../config.h $(POD2MAN) \ --center="The Wireshark Network Analyzer" \ --release=$(VERSION) \ - idl2eth.pod > idl2eth.1 + 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 \ - idl2eth.pod > idl2eth.html + idl2wrs.pod > idl2wrs.html mergecap.1: mergecap.pod ../config.h $(POD2MAN) \ @@ -167,7 +167,7 @@ clean: rm -f ethereal-filter.html ethereal-filter.4 ethereal-filter.pod rm -f capinfos.html capinfos.1 rm -f editcap.html editcap.1 - rm -f idl2eth.html idl2eth.1 + rm -f idl2wrs.html idl2wrs.1 rm -f mergecap.html mergecap.1 rm -f text2pcap.html text2pcap.1 rm -f dumpcap.html dumpcap.1 |