mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Fix wxWidgets docset version number
This commit is contained in:
2
build.py
2
build.py
@@ -841,7 +841,7 @@ def cmd_docset_wx(options, args):
|
|||||||
|
|
||||||
# Remove any existing docset in the dist dir and move the new docset in
|
# Remove any existing docset in the dist dir and move the new docset in
|
||||||
srcname = posixjoin(wxDir(), 'docs/doxygen/out/docset',
|
srcname = posixjoin(wxDir(), 'docs/doxygen/out/docset',
|
||||||
'wxWidgets-%s.docset' % cfg.VERSION[:3])
|
'wxWidgets-%s.docset' % wxversion2)
|
||||||
destname = 'dist/wxWidgets-%s.docset' % wxversion3
|
destname = 'dist/wxWidgets-%s.docset' % wxversion3
|
||||||
if not os.path.isdir(srcname):
|
if not os.path.isdir(srcname):
|
||||||
msg('ERROR: %s not found' % srcname)
|
msg('ERROR: %s not found' % srcname)
|
||||||
|
|||||||
Reference in New Issue
Block a user