8 my $doc_path = "doc/online";
9 #my $pod2html_bin = `which pod2html` or die 'cannot find pod2html on your system';
11 find({no_chdir => 1, wanted => sub {
14 print "processing $_,$/";
16 $html_file =~ s/\.pod$/.html/;
20 '--css=../../../css/lx-office-erp.css',
22 "--outfile=$html_file",