X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpod2x;h=8c020062c8bb2d2413f470e796e031654505be41;hp=2c10a30d0997ca57c08300393acf7f950179432e;hb=51984ac3d3da3006809c6866fdecd4ad83610731;hpb=9c2016b3a564d439960420114ce6f4cab3bf723b diff --git a/bin/pod2x b/bin/pod2x index 2c10a30d0..8c020062c 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -6,12 +6,14 @@ my $site_perl = "./FS"; #my $catman = "./catman"; #my $catman = "./htdocs/docs/man"; -my $html = "./htdocs/docs/man"; +#my $html = "./htdocs/docs/man"; +my $html = "./httemplate/docs/man"; $|=1; -die "Can't find $site_perl and $catman" - unless [ -d $site_perl ] && [ -d $catman ] && [ -d $html ]; +die "Can't find $site_perl" unless -d $site_perl; +#die "Can't find $catman" unless -d $catman; +die "Can't find $html" unless -d $html; foreach my $file ( glob("$site_perl/*.pm"),