aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-22 21:52:37 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-22 21:52:37 +0000
commit5391e787ada7355f4186845f528257c8213046f8 (patch)
treef14bc3ccc6c4fe82de6aa040052b2299e6da2cd3 /doc
parent9a45053f52935193546ddefd34dc3554b9a4be67 (diff)
Use "/" rather than "\" in UN*X pathnames.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10967 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 fd272d43b0..c725c0ed6d 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.21 2004/05/22 17:14:32 ulfl Exp $
+# $Id: Makefile.am,v 1.22 2004/05/22 21:52:37 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 --binary ethereal.pod ../AUTHORS-SHORT > ethereal-tmp.pod
../ethereal.1: ethereal-tmp.pod ../config.h
$(POD2MAN) \