9 chdir($FindBin::Bin . '/..');
11 my $doc_path = "doc/online";
12 #my $pod2html_bin = `which pod2html` or die 'cannot find pod2html on your system';
14 find({no_chdir => 1, wanted => sub {
17 print "processing $_,$/";
19 $html_file =~ s/\.pod$/.html/;
23 '--css=../../../css/lx-office-erp.css',
25 "--outfile=$html_file",