aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-23 11:53:25 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-23 11:53:25 +0000
commitbf729e3e154a5c5ad1ba887ea4f31770e0abc1e2 (patch)
treef78d1e8896ab491e1aacedaa43bc0a3c9afb0f2b /doc
parent75d6b95de1778ddcb3e8d183562ef439a865c6e5 (diff)
calling tethereal in it's place, to prevent problems with dll loading
svn path=/trunk/; revision=9429
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.nmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index 7df2ed0a14..912dffda31 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -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) \