projects
/
bse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
add a target to build HTML documentation from all pod
[bse.git]
/
makehtmldocs.pl
Commit
Line
Data
473afcfa
TC
1
#!perl -w
2
use strict;
3
use Pod::Simple::HTMLBatch;
4
5
my @src = qw(site/docs site/cgi-bin/modules site/util .);
6
my $b = Pod::Simple::HTMLBatch->new;
7
$b->batch_convert(\@src, shift);