From f30a150fed8fb3c252ae7cf032c65c308ca5fe15 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 19 Jan 2007 14:33:56 +0000 Subject: [PATCH] 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 --- README.txt => windows/README.txt | 0 windows/putty.iss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README.txt => windows/README.txt (100%) 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" -- 2.11.0