SEESenv/scripts/docbook2html.py
changeset 29 5ce5b22a9a0b
parent 2 52d12eb31c30
child 32 de7ac08f237b
--- 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