Code

initial
[rrdtool-all.git] / website / build.sh
1 #!/bin/sh
2 PERL5LIB=/home/oetiker/lib/fake-perl/
3 SITEROOT=`pwd`
4 PODPATH=`ls */build.sh | sed -e 's|/.*||g' | perl -0777 -e 'print join ":", map {"$_"} split /\n/, <>'`
5 export PERL5LIB SITEROOT PODPATH
6 rm */pod*tmp
7 for x in `ls */build.sh | sed 's|/.*||g'`; do
8   echo '****' $x '****'
9   (cd $x;./build.sh)
10 done