Use "/" rather than "\" in UN*X pathnames.

svn path=/trunk/; revision=10967
This commit is contained in:
Guy Harris 2004-05-22 21:52:37 +00:00
parent 96afc1755d
commit 11db4da7a3
1 changed files with 2 additions and 2 deletions

View File

@ -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) \