aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-14 18:27:28 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-14 18:27:28 +0000
commit5b3872142d46b3f97fedd2470f74c4504e98701a (patch)
tree532447ac01bdb3effd3e9dce2ae66e20ea500a02 /doc/Makefile.am
parent6a38e427e96d58e102b429d29e09f66dcee59d30 (diff)
Use "-G fields" rather than "-G" in Makefiles.
Print an error and exit if an invalid option is given for the "-G" flag. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5466 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 87a43c7f53..49b3256ffa 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,12 +1,11 @@
# Makefile.am
# Automake file for Ethereal documentation
#
-# $Id: Makefile.am,v 1.13 2002/02/05 18:39:06 gram Exp $
+# $Id: Makefile.am,v 1.14 2002/05/14 18:27:27 guy Exp $
#
# Ethereal - Network traffic analyzer
-# By Gerald Combs <gerald@zing.org>
+# By Gerald Combs <gerald@ethereal.com>
# Copyright 1998 Gerald Combs
-#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -32,7 +31,7 @@
> ../ethereal.1
ethereal.pod: ethereal.pod.template ../ethereal
- ../ethereal -G | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal.pod.template > ethereal.pod
+ ../ethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal.pod.template > ethereal.pod
../tethereal.1: tethereal.pod ../config.h
$(POD2MAN) tethereal.pod \
@@ -41,7 +40,7 @@ ethereal.pod: ethereal.pod.template ../ethereal
> ../tethereal.1
tethereal.pod: tethereal.pod.template ../tethereal
- ../tethereal -G | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/tethereal.pod.template > tethereal.pod
+ ../tethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/tethereal.pod.template > tethereal.pod
../editcap.1: editcap.pod ../config.h
$(POD2MAN) $(srcdir)/editcap.pod \