Change docs_bdist --> bdist_docs

This commit is contained in:
Robin Dunn
2016-09-23 16:00:42 -07:00
parent deab176d26
commit 8568cd0871

View File

@@ -127,7 +127,7 @@ Usage: ./build.py [command(s)] [options]
sdist Build a tarball containing all source files
bdist Create a binary tarball release of wxPython Phoenix
docs_bdist Build a tarball containing the documentation
bdist_docs Build a tarball containing the documentation
bdist_egg Build a Python egg. Requires magic.
bdist_wheel Build a Python wheel. Requires magic.
@@ -948,6 +948,10 @@ def cmd_wxtools(options, args):
def cmd_docs_bdist(options, args):
# TODO: get rid of this function after a while
cmd_bdist_docs(options, args)
def cmd_bdist_docs(options, args):
cmdTimer = CommandTimer('docs_bdist')
pwd = pushDir(phoenixDir())