# # # patch "ChangeLog" # from [ffc3998b09deb176d2944cae21c955663abc1e62] # to [32a2ca4c532df78766a646eb9ccf74566b20dc36] # # patch "win32/monotone.iss" # from [919742aeefbe971205ef26b0fcae127fa3e8c09e] # to [ccc7abcc8c51aeba0153fb1cb199e2c49f63ec7d] # ============================================================ --- ChangeLog ffc3998b09deb176d2944cae21c955663abc1e62 +++ ChangeLog 32a2ca4c532df78766a646eb9ccf74566b20dc36 @@ -1,3 +1,8 @@ +2006-06-21 Matthew Gregan + + * win32/monotone.iss: Remove hardcoded paths that were + accidentally left in after debugging. + 2006-06-20 Matthew Gregan * hash_map.hh: Add a specialization for unsigned long; fixes build ============================================================ --- win32/monotone.iss 919742aeefbe971205ef26b0fcae127fa3e8c09e +++ win32/monotone.iss ccc7abcc8c51aeba0153fb1cb199e2c49f63ec7d @@ -18,10 +18,10 @@ WizardImageFile=monotone.bmp [Files] -Source: "..\..\monotone.release\mtn.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\monotone.release\html\*.*"; DestDir: "{app}\documentation"; Flags: ignoreversion +Source: "..\mtn.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\html\*.*"; DestDir: "{app}\documentation"; Flags: ignoreversion Source: "..\COPYING"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\monotone.release\figures\*.png"; DestDir: "{app}\documentation\figures"; Flags: ignoreversion +Source: "..\figures\*.png"; DestDir: "{app}\documentation\figures"; Flags: ignoreversion Source: "\mingw\bin\libiconv-2.dll"; DestDir: "{app}" Source: "\mingw\bin\zlib1.dll"; DestDir: "{app}"