From 00c4f94c27df7d54f282c2efd3d3b2b8090c1d23 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 3 Jan 2003 18:58:25 +0000 Subject: [PATCH] Added helpviewer to list of scripts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 205c34b20b..e1c1bd3c31 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -1106,7 +1106,8 @@ if not GL_ONLY and BUILD_ART2D: if NO_SCRIPTS: SCRIPTS = None else: - SCRIPTS = [opj('scripts/img2png'), + SCRIPTS = [opj('scripts/helpviewer'), + opj('scripts/img2png'), opj('scripts/img2xpm'), opj('scripts/img2py'), opj('scripts/xrced'),