aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-22 22:29:28 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-22 22:29:28 +0000
commitf5b25cbdcdfc60ad144dd075b64500aafbf76f1c (patch)
tree1cb122f6ba1ef3be2cd157331b1516044aa94f47 /doc
parent5391e787ada7355f4186845f528257c8213046f8 (diff)
"--binary" is not a universal "cat" flag, and shouldn't be necessary on
UN*X and, hopefully, not in Cygwin either. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10968 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c725c0ed6d..5803110d10 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.22 2004/05/22 21:52:37 guy Exp $
+# $Id: Makefile.am,v 1.23 2004/05/22 22:29:28 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -25,7 +25,7 @@
# capture when $(VERSION) changes.
ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT
- cat --binary ethereal.pod ../AUTHORS-SHORT > ethereal-tmp.pod
+ cat ethereal.pod ../AUTHORS-SHORT > ethereal-tmp.pod
../ethereal.1: ethereal-tmp.pod ../config.h
$(POD2MAN) \