From 51984ac3d3da3006809c6866fdecd4ad83610731 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Jul 2001 07:36:04 +0000 Subject: templates!!! --- bin/pod2x | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/pod2x') 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"), -- cgit v1.2.1