#!/bin/sh
push=`false`
lib=../lib
cd pages
[ $push ] && git pull
pod2html --infile $lib/ServiceNow/SOAP.pm --outfile perldoc.html --title=ServiceNow::SOAP --css http://st.pimg.net/tucs/style.css?3
rm pod2htmd.tmp
[ $push ] && git add perldoc.html
[ $push ] && git commit -m perldoc
[ $push ] && git push
