sees.hook
changeset 41 e54725be4df6
parent 38 194e1bdfd1cb
child 42 1f61ee485958
--- a/sees.hook	Mon Mar 01 15:23:42 2010 +0530
+++ b/sees.hook	Tue Mar 02 17:07:14 2010 +0530
@@ -1,12 +1,13 @@
-repo="/home/hg/repos/SEES-hacks/SEESenv/scripts"
+repo_scripts="/home/hg/repos/SEES-hacks/SEESenv/scripts"
 temp_dir="/home/hg/repos/SEES-hacks"
+repo="/home/hg/repos/test/sttp/"
+mkdir $temp_dir/temp 
+python $repo_scripts/myrst2xml.py $repo
+python $repo_scripts/rst2docbook.py $temp_dir/temp 
+python $repo_scripts/autoid.py $temp_dir/temp 
+python $repo_scripts/docbook2html.py $temp_dir/temp 
+python $repo_scripts/finalhtml.py $temp_dir/temp 
+python $repo_scripts/changenames.py $temp_dir/temp 
+cp $temp_dir/temp/*.html /home/hg/repos/SEES-hacks/SEESenv/web/html/
+cp $temp_dir/temp/p_list.py /home/hg/repos/SEES-hacks/SEESenv/web/hgbook/comments/
 
-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/
-