From d76f2a46dd4acde30afb29ac7a254db32e14e620 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 11 Jun 2000 01:52:57 +0000 Subject: [PATCH] some updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/BUILD.txt | 5 ----- wxPython/distrib/makerpm | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/wxPython/BUILD.txt b/wxPython/BUILD.txt index c9929a184f..bb6cef6c36 100644 --- a/wxPython/BUILD.txt +++ b/wxPython/BUILD.txt @@ -51,11 +51,6 @@ below.) shared library. You can check where the wxPython build will expect to find them by running "wx-config --cflags" and "wx-config --libs" - If you want the optional OGL (Object Graphics Library) and STC - (Styled Text Control) then you need to go to contrib/src/ogl and - contrib/src/stc and run "make install" in each of those - directories. - 1b. Building wxWindows on Win32. diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index 9173bf7bf8..8134d14553 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -40,4 +40,8 @@ mv /usr/src/redhat/SRPMS/wxPython*.rpm . chown rd:users wxPython*.rpm rm -rf /usr/lib/python1.5/site-packages/wxPython/ rm -f /usr/lib/libwxPyHelpers* -rm -rf rm -rf /usr/doc/wxPython-$1 +rm -rf /usr/doc/wxPython-$1 + + + +