From f6581eaa647bc480e8169666a089b49e311d4b11 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 1 Oct 2003 19:41:06 +0000 Subject: 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 --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') 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 @@ -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) \ -- cgit v1.2.3