summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
882b808)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64765
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# build any docs packages:
doc_formats = string.split(options.docs, ",")
doxy_dir = "docs/doxygen"
# build any docs packages:
doc_formats = string.split(options.docs, ",")
doxy_dir = "docs/doxygen"
+output_dir = os.path.join(rootDir,"docs/doxygen/out")
if not os.path.exists(output_dir):
os.makedirs(output_dir)
if not os.path.exists(output_dir):
os.makedirs(output_dir)