add 'wxlib' command for the doc builder bot

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-07-17 01:06:25 +00:00
parent 4deca77199
commit 0cabbdae00

View File

@@ -151,7 +151,7 @@ def makeFactory(port, buildType='buildOnly', pyVer='2.7'):
if buildType == 'docs':
cmd = 'python -u build.py %s dox touch etg sphinx docs_bdist --upload_package' % pyVer
cmd = 'python -u build.py %s dox touch etg wxlib sphinx docs_bdist --upload_package' % pyVer
else:
cmd = 'python -u build.py %s %s dox touch etg --nodoc sip build' % (pyVer, clean)
if port == 'osx':