]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
More updates to the docview library modules and sample apps from the
[wxWidgets.git] / wxPython / setup.py
index 27b3d7c8e705887ced9b5a955651a4907ffe70e7..4c231fa4e230116b455cde7ee4a152830d95bfaa 100755 (executable)
@@ -540,6 +540,8 @@ if BUILD_STC:
                             swig_args + ['-I'+STC_H, '-I'+location],
                             [opj(STC_H, 'stc.h'),
                              opj(location, "_stc_utf8_methods.py"),
+                             opj(location, "_stc_docstrings.i"),
+                             opj(location, "_stc_gendocs.i"),
                              ] + swig_deps)
 
     ext = Extension('_stc',