sees.hook
changeset 41 e54725be4df6
parent 38 194e1bdfd1cb
child 42 1f61ee485958
equal deleted inserted replaced
40:ef147a79b098 41:e54725be4df6
     1 repo="/home/hg/repos/SEES-hacks/SEESenv/scripts"
     1 repo_scripts="/home/hg/repos/SEES-hacks/SEESenv/scripts"
     2 temp_dir="/home/hg/repos/SEES-hacks"
     2 temp_dir="/home/hg/repos/SEES-hacks"
       
     3 repo="/home/hg/repos/test/sttp/"
       
     4 mkdir $temp_dir/temp 
       
     5 python $repo_scripts/myrst2xml.py $repo
       
     6 python $repo_scripts/rst2docbook.py $temp_dir/temp 
       
     7 python $repo_scripts/autoid.py $temp_dir/temp 
       
     8 python $repo_scripts/docbook2html.py $temp_dir/temp 
       
     9 python $repo_scripts/finalhtml.py $temp_dir/temp 
       
    10 python $repo_scripts/changenames.py $temp_dir/temp 
       
    11 cp $temp_dir/temp/*.html /home/hg/repos/SEES-hacks/SEESenv/web/html/
       
    12 cp $temp_dir/temp/p_list.py /home/hg/repos/SEES-hacks/SEESenv/web/hgbook/comments/
     3 
    13 
     4 mkdir $temp_dir/temp
       
     5 python $repo/myrst2xml.py
       
     6 python $repo/rst2docbook.py
       
     7 python $repo/autoid.py
       
     8 python $repo/docbook2html.py
       
     9 python $repo/finalhtml.py
       
    10 cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/
       
    11 cp $temp_dir/temp/p_list.py /home/amit/repos/SEES-hacks/SEESenv/web/hgbook/comments/
       
    12