From: Jacob Nevins Date: Fri, 19 Jan 2007 14:33:56 +0000 (+0000) Subject: Move README.txt into windows subdir. X-Git-Tag: r8855-g4f798d~308 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=73f8d1fd443476e391b496877ac70bacd9dacdce;p=PuTTY_svn.git Move README.txt into windows subdir. It's specific to the Windows installer, so it seems unnecessarily confusing to have it in the top level of the source distribution alongside README. git-svn-id: http://svn.tartarus.org/sgt/putty@7125 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/README.txt b/windows/README.txt similarity index 100% rename from README.txt rename to windows/README.txt diff --git a/windows/putty.iss b/windows/putty.iss index 6fe5a969..a7493d46 100644 --- a/windows/putty.iss +++ b/windows/putty.iss @@ -52,7 +52,7 @@ Source: "..\doc\putty.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestart Source: "..\doc\putty.hlp"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete Source: "..\doc\putty.cnt"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete Source: "..\LICENCE"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete -Source: "..\README.txt"; DestDir: "{app}"; Flags: isreadme restartreplace uninsrestartdelete +Source: "README.txt"; DestDir: "{app}"; Flags: isreadme restartreplace uninsrestartdelete [Icons] Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"