delete docs after building
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
882b808d08
commit
9670c0a8d4
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ shutil.rmtree(copyDir)
|
|||
# build any docs packages:
|
||||
doc_formats = string.split(options.docs, ",")
|
||||
doxy_dir = "docs/doxygen"
|
||||
output_dir = "out"
|
||||
output_dir = os.path.join(rootDir,"docs/doxygen/out")
|
||||
if not os.path.exists(output_dir):
|
||||
os.makedirs(output_dir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue