summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-22 21:51:30 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-22 21:51:30 +0000
commit96afc1755d54776b60823bc2a7414a58fb3568aa (patch)
tree697371fe4aee37b5d4b781d3d59e8ddab06cff61 /Makefile.am
parent4b6ff1fc676bb0b26865398dc855c182b5a9cb2f (diff)
downloadwireshark-96afc1755d54776b60823bc2a7414a58fb3568aa.tar.gz
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). svn path=/trunk/; revision=10966
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 )