aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-22 21:51:30 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-22 21:51:30 +0000
commit9a45053f52935193546ddefd34dc3554b9a4be67 (patch)
tree697371fe4aee37b5d4b781d3d59e8ddab06cff61 /Makefile.am
parentfa1020abefbda0411e78b2d279f3af3d31f408da (diff)
Make "ethereal.1" depend on "AUTHORS-SHORT", so that "AUTHORS-SHORT"
(which is built in the top-level directory) is built before we try to build "ethereal.1" (which is built in the "doc" directory). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10966 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 93570cf393..bc374c1a1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.730 2004/05/22 07:24:28 guy Exp $
+# $Id: Makefile.am,v 1.731 2004/05/22 21:51:30 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -546,7 +546,7 @@ else
SUBDIRS = tools wiretap doc epan packaging help @ethereal_SUBDIRS@
endif
-ethereal.1: ethereal doc/ethereal.pod
+ethereal.1: ethereal doc/ethereal.pod AUTHORS-SHORT
(cd doc ; \
$(MAKE) ../ethereal.1 )