SEESenv/scripts/docbook2html.py
changeset 49 3b5f1341d6c6
parent 41 e54725be4df6
equal deleted inserted replaced
48:c9990f63505d 49:3b5f1341d6c6
    11 #   command="xsltproc html-single.xsl %s > %s.html" %(name ,name.split('.')[0])    
    11 #   command="xsltproc html-single.xsl %s > %s.html" %(name ,name.split('.')[0])    
    12     command="xsltproc %shtml-single.xsl %s > %s.html" %(xsl_loc, name ,name.split('.')[0])
    12     command="xsltproc %shtml-single.xsl %s > %s.html" %(xsl_loc, name ,name.split('.')[0])
    13 
    13 
    14     print command	
    14     print command	
    15     subprocess.Popen(command,shell=True)
    15     subprocess.Popen(command,shell=True)
    16     time.sleep(10)
    16     time.sleep(2)