sees.hook
author amit@thunder
Mon, 01 Mar 2010 15:23:42 +0530
changeset 40 ef147a79b098
parent 38 194e1bdfd1cb
child 41 e54725be4df6
permissions -rwxr-xr-x
Added change names to do required changes in names such that we get the chapter names beyond 10 in proper list
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