From: jacob Date: Fri, 19 Jan 2007 14:33:56 +0000 (+0000) Subject: Move README.txt into windows subdir. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/f30a150fed8fb3c252ae7cf032c65c308ca5fe15?hp=d051d1b48e8d1f9db3ea00a423081687bd5c16fa 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: svn://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"