sees.hook
author amit@thunder
Sun, 28 Feb 2010 19:06:56 +0530
changeset 35 9c8a782c7460
parent 34 18b34db550ec
child 37 33abbab466a2
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/
33
bc535262231d Solving some especially with p_list.py
amit@thunder
parents: 32
diff changeset
    15
rm -r $temp_dir