--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4076
issue20
tibs 2008-10-27 09:30:17 +00:00
rodzic d8b4360196
commit 2112c26de3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ def main():
base,ext = os.path.splitext(name)
if ext == '.txt':
print 'Processing',name
os.system('rst2html.py --stylesheet-path=default.css'
os.system('rst2html --stylesheet-path=default.css'
' --embed-stylesheet %s > %s'%(name,base+'.html'))