sees.hook
author amit@thunder
Sun, 28 Feb 2010 20:06:53 +0530
changeset 37 33abbab466a2
parent 35 9c8a782c7460
child 38 194e1bdfd1cb
permissions -rwxr-xr-x
Testing
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"
34
18b34db550ec some really stupid mistakes corrected
amit@thunder
parents: 33
diff changeset
     3
echo $temp_dir/temp
18b34db550ec some really stupid mistakes corrected
amit@thunder
parents: 33
diff changeset
     4
echo $repo/myrst2xml.py
32
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     5
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     6
mkdir $temp_dir/temp
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     7
python $repo/myrst2xml.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     8
python $repo/rst2docbook.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     9
python $repo/autoid.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    10
python $repo/docbook2html.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    11
python $repo/finalhtml.py
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    12
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    13
cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/
35
9c8a782c7460 Testing
amit@thunder
parents: 34
diff changeset
    14
cp $temp_dir/temp/p_list.py /home/amit/repos/SEES-hacks/SEESenv/web/hgbook/comments/
37
33abbab466a2 Testing
amit@thunder
parents: 35
diff changeset
    15
rm -r $temp_dir/temp