sees.hook
author amit@thunder
Sun, 28 Feb 2010 21:41:27 +0530
changeset 38 194e1bdfd1cb
parent 37 33abbab466a2
child 41 e54725be4df6
permissions -rwxr-xr-x
Some bug fixing
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     1
repo="/home/hg/repos/SEES-hacks/SEESenv/scripts"
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     2
temp_dir="/home/hg/repos/SEES-hacks"
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     3
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     4
mkdir $temp_dir/temp
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     5
python $repo/myrst2xml.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     6
python $repo/rst2docbook.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     7
python $repo/autoid.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     8
python $repo/docbook2html.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     9
python $repo/finalhtml.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    10
cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/
35
9c8a782c7460 Testing
amit@thunder
parents: 34
diff changeset
    11
cp $temp_dir/temp/p_list.py /home/amit/repos/SEES-hacks/SEESenv/web/hgbook/comments/
38
194e1bdfd1cb Some bug fixing
amit@thunder
parents: 37
diff changeset
    12