author | amit@thunder |
Sun, 28 Feb 2010 17:28:30 +0530 | |
changeset 34 | 18b34db550ec |
parent 33 | bc535262231d |
child 35 | 9c8a782c7460 |
permissions | -rwxr-xr-x |
32 | 1 |
repo="/home/hg/repos/SEES-hacks/SEESenv/scripts" |
2 |
temp_dir="/home/hg/repos/SEES-hacks" |
|
34 | 3 |
echo $temp_dir/temp |
4 |
echo $repo/myrst2xml.py |
|
32 | 5 |
|
6 |
mkdir $temp_dir/temp |
|
7 |
python $repo/myrst2xml.py |
|
8 |
python $repo/rst2docbook.py |
|
9 |
python $repo/autoid.py |
|
10 |
python $repo/docbook2html.py |
|
11 |
python $repo/finalhtml.py |
|
12 |
||
13 |
cp $temp_dir/temp/*.html /home/amit/repos/SEES-hacks/SEESenv/web/html/ |
|
33 | 14 |
cp $temp_dir/temp/p_list.py /home/amit/repos/SEES-hacks/SEESenv/web/html/ |
15 |
rm -r $temp_dir |