From e015e7f3acef09b57bcd34e8f6780a19afdfd97b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 2 Jun 2005 03:42:23 +0000 Subject: [PATCH] Add some more docs to the runtime installer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/make_installer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index 9771f4b966..558cce640f 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -157,6 +157,9 @@ Source: "scripts\xrced"; DestDir: "{code:GetPythonDir}\Script Source: "distrib\README.win32.txt"; DestDir: "{app}\%(PKGDIR)s\docs"; Flags: isreadme; Components: core Source: "licence\*.txt"; DestDir: "{app}\%(PKGDIR)s\docs\licence"; Components: core +Source: "docs\CHANGES.*"; DestDir: "{app}\%(PKGDIR)s\docs"; Components: core +Source: "docs\MigrationGuide.*"; DestDir: "{app}\%(PKGDIR)s\docs"; Components: core +Source: "docs\default.css"; DestDir: "{app}\%(PKGDIR)s\docs"; Components: core -- 2.49.0