sees.hook
author amit@thunder
Sun, 28 Feb 2010 19:06:56 +0530
changeset 35 9c8a782c7460
parent 34 18b34db550ec
child 37 33abbab466a2
permissions -rwxr-xr-x
Testing

repo="/home/hg/repos/SEES-hacks/SEESenv/scripts"
temp_dir="/home/hg/repos/SEES-hacks"
echo $temp_dir/temp
echo $repo/myrst2xml.py

mkdir $temp_dir/temp
python $repo/myrst2xml.py
python $repo/rst2docbook.py
python $repo/autoid.py
python $repo/docbook2html.py
python $repo/finalhtml.py

cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/
cp $temp_dir/temp/p_list.py /home/amit/repos/SEES-hacks/SEESenv/web/hgbook/comments/
rm -r $temp_dir