calling tethereal in it's place, to prevent problems with dll loading

svn path=/trunk/; revision=9429
This commit is contained in:
Ulf Lamping 2003-12-23 11:53:25 +00:00
parent 75d6b95de1
commit bf729e3e15
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Makefile.nmake
# Nmake file for Ethereal documentation
#
# $Id: Makefile.nmake,v 1.11 2003/10/10 21:31:46 guy Exp $
# $Id: Makefile.nmake,v 1.12 2003/12/23 11:53:25 ulfl Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -71,7 +71,9 @@ ethereal-filter.html: ethereal-filter.pod ../config.h
ethereal-filter.pod > ethereal-filter.html
ethereal-filter.pod: ethereal-filter.pod.template ../tethereal.exe
..\\tethereal.exe -G | $(PERL) dfilter2pod.pl ethereal-filter.pod.template > ethereal-filter.pod
cd ..
tethereal.exe -G | $(PERL) doc\dfilter2pod.pl doc\ethereal-filter.pod.template > doc\ethereal-filter.pod
cd doc
editcap.1: editcap.pod ../config.h
$(POD2MAN) \