Skip to content

Commit

Permalink
placeholder doc SConscript
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Mar 16, 2013
1 parent a70906b commit a7c4aed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/SConscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# FIXME: placeholder

import os

#import sconstools.rst2html

docs = [
'datetime.txt',
'json.txt',
'regexp.txt'
]

for doc in docs:
target = os.path.splitext(doc)[0] + '.html'
Command(target, doc, 'rst2html $SOURCE $TARGET')

0 comments on commit a7c4aed

Please sign in to comment.