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