aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-22 17:14:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-22 17:14:32 +0000
commita8635a17e77900bb63865919e8e5552982756459 (patch)
treed744323aac1d4e8f87b219291e4f9e51551bf10d /doc/Makefile.am
parent5e304e158e8105534592bfa0224053712590cb63 (diff)
remove (duplicated) list of authors from ethereal.pod,
and use ../AUTHORS-SHORT instead to concatenate a tmp file to use svn path=/trunk/; revision=10963
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 433d9f522c..fd272d43b0 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.20 2003/10/01 20:26:50 guy Exp $
+# $Id: Makefile.am,v 1.21 2004/05/22 17:14:32 ulfl Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -24,11 +24,14 @@
# We include dependencies on ../config.h in order to
# capture when $(VERSION) changes.
-../ethereal.1: ethereal.pod ../config.h
+ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT
+ cat --binary ethereal.pod ..\AUTHORS-SHORT > ethereal-tmp.pod
+
+../ethereal.1: ethereal-tmp.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
- $(srcdir)/ethereal.pod > ../ethereal.1
+ $(srcdir)/ethereal-tmp.pod > ../ethereal.1
../tethereal.1: tethereal.pod ../config.h
$(POD2MAN) \
@@ -71,6 +74,7 @@ ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
CLEANFILES = \
ethereal-filter.pod \
+ ethereal-tmp.pod \
../ethereal-filter.4 \
../ethereal.1 \
../editcap.1 \