sees.hook
changeset 38 194e1bdfd1cb
parent 37 33abbab466a2
child 41 e54725be4df6
equal deleted inserted replaced
37:33abbab466a2 38:194e1bdfd1cb
     1 repo="/home/hg/repos/SEES-hacks/SEESenv/scripts"
     1 repo="/home/hg/repos/SEES-hacks/SEESenv/scripts"
     2 temp_dir="/home/hg/repos/SEES-hacks"
     2 temp_dir="/home/hg/repos/SEES-hacks"
     3 echo $temp_dir/temp
       
     4 echo $repo/myrst2xml.py
       
     5 
     3 
     6 mkdir $temp_dir/temp
     4 mkdir $temp_dir/temp
     7 python $repo/myrst2xml.py
     5 python $repo/myrst2xml.py
     8 python $repo/rst2docbook.py
     6 python $repo/rst2docbook.py
     9 python $repo/autoid.py
     7 python $repo/autoid.py
    10 python $repo/docbook2html.py
     8 python $repo/docbook2html.py
    11 python $repo/finalhtml.py
     9 python $repo/finalhtml.py
    12 
       
    13 cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/
    10 cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/
    14 cp $temp_dir/temp/p_list.py /home/amit/repos/SEES-hacks/SEESenv/web/hgbook/comments/
    11 cp $temp_dir/temp/p_list.py /home/amit/repos/SEES-hacks/SEESenv/web/hgbook/comments/
    15 rm -r $temp_dir/temp
    12