# HG changeset patch # User amit@thunder # Date 1267097792 -19800 # Node ID 5ce5b22a9a0b45a6bda2c0094174e0bad26df293 # Parent 514098969b11afbce26fc1105e14814526f367a6 Making changes for an automatic build so writing paths according to server diff -r 514098969b11 -r 5ce5b22a9a0b SEESenv/scripts/docbook2html.py --- a/SEESenv/scripts/docbook2html.py Thu Feb 25 00:45:20 2010 +0530 +++ b/SEESenv/scripts/docbook2html.py Thu Feb 25 17:06:32 2010 +0530 @@ -1,7 +1,7 @@ import glob, os, re, sys import subprocess import time -names = glob.glob('ch*.docbook') +names = glob.glob('/home/hg/repos/SEES-hacks/temp/ch*.docbook') for name in names: command="xsltproc html-single.xsl %s > %s.html" %(name ,name.split('.')[0]) print command diff -r 514098969b11 -r 5ce5b22a9a0b SEESenv/scripts/finalhtml.py --- a/SEESenv/scripts/finalhtml.py Thu Feb 25 00:45:20 2010 +0530 +++ b/SEESenv/scripts/finalhtml.py Thu Feb 25 17:06:32 2010 +0530 @@ -4,7 +4,7 @@ import os from BeautifulSoup import BeautifulSoup import time -repo='/home/amit/testdocbook2/' +temp_dir='/home/hg/repos/SEES-hacks/' def finalchanges(file_name,html_string):