Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4432/windows

Modified Files:
        spambayes.iss 
Log Message:
Install the language files.

Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** spambayes.iss       5 Apr 2005 05:46:38 -0000       1.22
--- spambayes.iss       7 Apr 2005 02:17:52 -0000       1.23
***************
*** 26,29 ****
--- 26,38 ----
  Source: "py2exe\dist\bin\msvcr71.dll"; DestDir: "{app}\bin"; Flags: 
ignoreversion
  
+ ; Is there a cleverer way of including all of these?
+ Source: "py2exe\dist\languages\*.py"; DestDir: "{app}\languages"; Flags: 
ignoreversion
+ Source: "py2exe\dist\languages\es\*.py"; DestDir: "{app}\languages\es"; 
Flags: ignoreversion
+ Source: "py2exe\dist\languages\es\DIALOGS\*.py"; DestDir: 
"{app}\languages\DIALOGS\es"; Flags: ignoreversion
+ Source: "py2exe\dist\languages\es_AR\*.py"; DestDir: "{app}\languages\es_AR"; 
Flags: ignoreversion
+ Source: "py2exe\dist\languages\es_AR\DIALOGS\*.py"; DestDir: 
"{app}\languages\DIALOGS\es_AR"; Flags: ignoreversion
+ Source: "py2exe\dist\languages\fr_FR\*.py"; DestDir: "{app}\languages\fr_FR"; 
Flags: ignoreversion
+ Source: "py2exe\dist\languages\fr_FR\DIALOGS\*.py"; DestDir: 
"{app}\languages\DIALOGS\fr_FR"; Flags: ignoreversion
+ 
  Source: "py2exe\dist\bin\outlook_addin.dll"; DestDir: "{app}\bin"; Check: 
InstallingOutlook; Flags: ignoreversion
  Source: "py2exe\dist\bin\outlook_addin_register.exe"; DestDir: "{app}\bin"; 
Check: InstallingOutlook; Flags: ignoreversion

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to