aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-01-26 03:42:28 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-01-26 03:42:28 +0000
commitb3ff56215780325b81c576cb9a6df1e3d39538df (patch)
tree4a253b3cf5adbebc34eec8f1e70f7efbaf3ed061 /doc/Makefile.am
parentcded07171f7b4b2e768812ff5683074f6f62079a (diff)
Credit fix, and fix for building editcap.1 with build dir != $(srcdir)
svn path=/trunk/; revision=1564
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 3453b04c33..702834ccf4 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.5 2000/01/14 06:46:00 guy Exp $
+# $Id: Makefile.am,v 1.6 2000/01/26 03:42:28 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -41,7 +41,7 @@ tethereal.pod: tethereal.pod.template ../tethereal
../tethereal -G | ./dfilter2pod $(srcdir)/tethereal.pod.template > tethereal.pod
../editcap.1: editcap.pod
- pod2man editcap.pod \
+ pod2man $(srcdir)/editcap.pod \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
> ../editcap.1