Skip to content

Commit

Permalink
create html_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jglauche committed Feb 20, 2012
1 parent 86823e0 commit 54c83e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions thingdoc
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ class ThingDoc:
except:
self.error('Cannot create documentation.html')
return
try:
os.mkdir('html_data')
except:
pass

# copy static files
for i in ('facebox.css', 'facebox.js', 'iphone.css', 'jquery.js', 'jquery.cookie.js', 'logo.png', 'logo120.png', 'thingdoc.css', 'thingdoc.js'):
Expand Down

0 comments on commit 54c83e5

Please sign in to comment.