Re: bug in www program and makefile

In our previous episode, Fox One said:

> The www program allows the header files to be created
> on an individual basis. That could (potentially)
> give us faster builds.

I had forgotten to say that using Perl is much faster than using www in this
case. This is because we only need to use one instance of the perl script
to convert all the .html files. www is instanced once per .html file, and
thus is really much slower when you have many .html files.

-Jose

Received on Wednesday, 12 July 2000 08:38:09 UTC