Ethereal-dev: RE: [Ethereal-dev] Pod2html build problem on Windoze

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Brady Volpe" <brady@xxxxxxxxxx>
Date: Sat, 17 Jan 2004 14:48:58 -0500
Thanks, Ulf - that did it.  It compiled.

I'm just getting started with working on contributing to open source.  What
is the preferred method of keeping all source up to date?  Downloading the
nightly builds and working from that or using the CVS to update
continuously?

Thanks,
-Brady

-----Original Message-----
From: ulf.lamping@xxxxxx [mailto:ulf.lamping@xxxxxx] 
Sent: Saturday, January 17, 2004 2:24 PM
To: Brady Volpe
Cc: ethereal-dev@xxxxxxxxxxxx
Subject: Re: [Ethereal-dev] Pod2html build problem on Windoze


Please keep your config.nmake up to date ;-)

Have a look at the two lines:

POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html

They will first start a bash, and *then* call the perl script.

Regards, ULFL