Per Einar Ellefsen wrote:
How do I tell Docset not to copy make.pl to dst_html?
In src/config.cfg we say to copy the whole search/ dir. Change this part in src/config.cfg (adding the make.pl line) copy_skip => [ '(?:^|\/)CVS(?:\/|$)', # skip cvs control files '#|~', # skip emacs backup files 'make\.pl', ], I tested it, works correctly.
I guess it doesn't matter if it gets copied. Or do you feel strongly about not doing that?
I guess Bill's point was that it's a CGI-executable dir, so we don't want any confusion about what is CGI and what not.
that makes sense. In any case I've fixed that now. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
