From fffa9fbcb9c4e434eee45e34cc2367cd0f15059b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 12 Apr 2007 00:13:21 +0000 Subject: [PATCH] Adjust output dir for wxPython file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/gen_iface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stc/gen_iface.py b/src/stc/gen_iface.py index ea310fb661..37bae5033d 100644 --- a/src/stc/gen_iface.py +++ b/src/stc/gen_iface.py @@ -21,7 +21,7 @@ H_TEMPLATE = os.path.abspath('./stc.h.in') CPP_TEMPLATE = os.path.abspath('./stc.cpp.in') H_DEST = os.path.abspath('../../include/wx/stc/stc.h') CPP_DEST = os.path.abspath('./stc.cpp') -DOCSTR_DEST = os.path.abspath('../../../wxPython/contrib/stc/_stc_gendocs.i') +DOCSTR_DEST = os.path.abspath('../../wxPython/contrib/stc/_stc_gendocs.i') # Value prefixes to convert -- 2.45.2