From c1ebcef04d27f76ca87d2b814c3a17b30390a1bb Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Thu, 22 Dec 2005 06:09:26 +0000 Subject: [PATCH] Use the now 'official' makemo.py when building packages. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/build_packages.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/wxPython/distrib/build_packages.sh b/wxPython/distrib/build_packages.sh index 11a2d294b3..c54265f133 100755 --- a/wxPython/distrib/build_packages.sh +++ b/wxPython/distrib/build_packages.sh @@ -70,18 +70,14 @@ if [ "$OSTYPE" = "cygwin" ]; then UNI=-uni fi ./.make hybrid$UNI - # make tools for docs creation, etc. ./.make_tools + cd $WXWIN/wxPython + # update the language files - cd $WXWIN/locale - make allmo - $TOOLS/Python$PY_VERSION/python `cygpath -d $WXWIN/wxPython/distrib/makemo.py` - cd $WXWIN/wxPython - rm -rf build build.unicode rm -rf wx/*.pyd -- 2.45.2