aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-22 22:29:28 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-22 22:29:28 +0000
commit99bab7f7d87812668c0bbbf33c973ea26f3e24cf (patch)
tree1cb122f6ba1ef3be2cd157331b1516044aa94f47 /doc/Makefile.am
parent11db4da7a32b4bb315d300d7e87eb516c1fe7827 (diff)
"--binary" is not a universal "cat" flag, and shouldn't be necessary on
UN*X and, hopefully, not in Cygwin either. svn path=/trunk/; revision=10968
Diffstat (limited to 'doc/Makefile.am')
-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) \