aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-01 19:41:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-01 19:41:06 +0000
commitf6581eaa647bc480e8169666a089b49e311d4b11 (patch)
tree0f5f9ae3280766a2ba39114b5324f4216f6b14ce /doc/Makefile.am
parent4af7ab3104b904f54e6e7e79f1d268056c613bbb (diff)
dfilter2pod.pl and ethereal-filter.pod.template are in $(srcdir) (which
defauls to the current directory), not in the parent directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8579 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9d803e15bb..567b1265bf 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal documentation
#
-# $Id: Makefile.am,v 1.18 2003/10/01 14:59:40 jmayer Exp $
+# $Id: Makefile.am,v 1.19 2003/10/01 19:41:06 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -43,7 +43,7 @@
ethereal-filter.pod > ../ethereal-filter.4
ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
- ../tethereal -G fields | $(PERL) ../dfilter2pod.pl ../ethereal-filter.pod.template > ethereal-filter.pod
+ ../tethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal-filter.pod.template > ethereal-filter.pod
../editcap.1: editcap.pod ../config.h
$(POD2MAN) \