Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
All html has been regenerated. Set DO_THEM_ALL back to False.
  • Loading branch information
John Gabriele committed Apr 19, 2012
1 parent 80450bd commit 56a2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build-html.py
Expand Up @@ -7,7 +7,7 @@

txt_files = glob.glob('*.txt')

DO_THEM_ALL = True
DO_THEM_ALL = False

for txt_fn in txt_files:
html_fn = txt_fn[:-3] + 'html'
Expand Down

0 comments on commit 56a2b7b

Please sign in to comment.