test.hook
author amit@thunder
Sat, 27 Feb 2010 00:10:28 +0530
changeset 32 de7ac08f237b
permissions -rwxr-xr-x
Commiting a simple hook to do the auto build job
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
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    11
cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    12