> > goba Thu Dec 26 17:08:51 2002 EDT
> > 
> >   Modified files:              
> >     /phpdoc/htmlhelp filter_files.php make_chm.php 
> >     /phpdoc/htmlhelp/suppfiles/html _script.js 
> >   Log:
> >   A few enhancements to make the build system more automatic:
> >   
> >    - Use exec("copy ...") to copy supplemental files and
> >      hh[pkc] files
> 
> hmm, that doesn't work on Unices, why not use the "copy" function of 
> PHP? You might wonder why I want it to work on Unix; that's because I 
> run all steps on unix while building the CHMs, except for the actual 
> compiling of course. This is because building the manuals and running 
> the make_chm script is a good deal slower (and more unstable in VMWare) 
> then on Unix.

Well, at many places, using the DOS equivalent seemed to be cleaner,
as saying that I would like to copy "php_manual_en.hh?" to copy those
three files is more elegant, then to say the same in PHP. Well, I think
I'll just put the Unix run on the TODO list now, as this build system
is still far from ready to run on a regular basis automatically.

On a sidenote, I am just going to commit a fix which also probably only
works on DOS/Win, to really exclude CVS dirs from the skins directory.

Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to