diff options
author | Gerald Combs <gerald@wireshark.org> | 2004-06-29 03:04:02 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2004-06-29 03:04:02 +0000 |
commit | 5648314c036953892f71d57e8cbd5fce777b7752 (patch) | |
tree | c8478cb096e0553b3dc9f2e6f9ee86395908975a /Makefile.am | |
parent | 5b0f3ea328d5322f88ab268ef57b6cb438efabc7 (diff) | |
download | wireshark-5648314c036953892f71d57e8cbd5fce777b7752.tar.gz wireshark-5648314c036953892f71d57e8cbd5fce777b7752.tar.bz2 wireshark-5648314c036953892f71d57e8cbd5fce777b7752.zip |
Some of the documentation files don't depend on [t]ethereal any more. Remove
the dependencies, since it was messing up builds on systems without GTK.
svn path=/trunk/; revision=11262
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 732c9235e1..599b1bdc6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.737 2004/06/25 07:10:53 jmayer Exp $ +# $Id: Makefile.am,v 1.738 2004/06/29 03:04:02 gerald Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -549,11 +549,11 @@ else SUBDIRS = tools wiretap doc epan packaging help @ethereal_SUBDIRS@ endif -ethereal.1: ethereal doc/ethereal.pod AUTHORS-SHORT +ethereal.1: doc/ethereal.pod AUTHORS-SHORT (cd doc ; \ $(MAKE) ../ethereal.1 ) -tethereal.1: tethereal doc/tethereal.pod +tethereal.1: doc/tethereal.pod (cd doc ; \ $(MAKE) ../tethereal.1 ) @@ -577,11 +577,11 @@ text2pcap.1: doc/text2pcap.pod (cd doc ; \ $(MAKE) ../text2pcap.1 ) -ethereal.html: ethereal doc/ethereal.pod AUTHORS-SHORT +ethereal.html: doc/ethereal.pod AUTHORS-SHORT (cd doc ; \ $(MAKE) ../ethereal.html ) -tethereal.html: tethereal doc/tethereal.pod +tethereal.html: doc/tethereal.pod (cd doc ; \ $(MAKE) ../tethereal.html ) |