From: Robin Dunn Date: Thu, 2 Jun 2005 03:42:23 +0000 (+0000) Subject: Add some more docs to the runtime installer. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e015e7f3acef09b57bcd34e8f6780a19afdfd97b 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 --- 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