blob: 7821cf58506a4ec323965bb3f5a280f5af7ced8f (
plain)
- # if the server can't find gzip, latex, dvips or pdflatex, add the path
- $ENV{PATH} .= ":/usr/local/bin:/usr/local/pgsql/bin";
- # on mac os X using Fink's Perl libs, add the path
- #$ENV{PERL5LIB} .= ":/sw/lib/perl5";
- 1;
|