aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-01 19:41:06 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-01 19:41:06 +0000
commitf482df2f747ef557165222b5e441b10cea0a8689 (patch)
tree0f5f9ae3280766a2ba39114b5324f4216f6b14ce /doc/Makefile.am
parent8f0aa186261ba60bdfa2a15c470e66934d1ec023 (diff)
dfilter2pod.pl and ethereal-filter.pod.template are in $(srcdir) (which
defauls to the current directory), not in the parent directory. svn path=/trunk/; revision=8579
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) \