Skip to content

Commit

Permalink
Make directory build/texinfo in check_build()
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 5, 2012
1 parent b8f3b01 commit 126d980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.py
Expand Up @@ -114,7 +114,7 @@ def copy_if_out_of_date(original, derived):


def check_build(): def check_build():
build_dirs = ['build', 'build/doctrees', 'build/html', 'build/latex', build_dirs = ['build', 'build/doctrees', 'build/html', 'build/latex',
'_static', '_templates'] 'build/texinfo', '_static', '_templates']
for d in build_dirs: for d in build_dirs:
try: try:
os.mkdir(d) os.mkdir(d)
Expand Down

0 comments on commit 126d980

Please sign in to comment.