From 7a3dd6f807beb3f516bcbcbe5cb2523fcd464c62 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 26 Sep 2005 03:32:23 +0000 Subject: [PATCH] windows-nsis-install-c-20050925 remove the new docs from non-en_US installs. We need to find someone to perform language conversion. --- src/WINNT/install/NSIS/OpenAFS.nsi | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/WINNT/install/NSIS/OpenAFS.nsi b/src/WINNT/install/NSIS/OpenAFS.nsi index 8ec85cb4d3..7f9e95ffe2 100644 --- a/src/WINNT/install/NSIS/OpenAFS.nsi +++ b/src/WINNT/install/NSIS/OpenAFS.nsi @@ -1,3 +1,4 @@ +!define RELEASE 1 ; OpenAFS Install Script for NSIS ; This version compiles with NSIS v2.07 ; @@ -2895,7 +2896,7 @@ DoGerman: SetOutPath "$INSTDIR\Documentation\html" File "..\..\doc\install\Documentation\de_DE\html\*" SetOutPath "$INSTDIR\Documentation\html\index_files" - File "..\..\doc\install\Documentation\de_DE\html\index_files\*" + ;File "..\..\doc\install\Documentation\de_DE\html\index_files\*" SetOutPath "$INSTDIR\Documentation\html\InstallGd" File "..\..\doc\install\Documentation\de_DE\html\InstallGd\*" ;SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes" @@ -3011,7 +3012,7 @@ DoJapanese: SetOutPath "$INSTDIR\Documentation\html" File "..\..\doc\install\Documentation\ja_JP\html\*" SetOutPath "$INSTDIR\Documentation\html\index_files" - File "..\..\doc\install\Documentation\ja_JP\html\index_files\*" + ;File "..\..\doc\install\Documentation\ja_JP\html\index_files\*" SetOutPath "$INSTDIR\Documentation\html\InstallGd" File "..\..\doc\install\Documentation\ja_JP\html\InstallGd\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes" @@ -3069,13 +3070,13 @@ DoKorean: SetOutPath "$INSTDIR\Documentation\html" File "..\..\doc\install\Documentation\ko_KR\html\*" SetOutPath "$INSTDIR\Documentation\html\index_files" - File "..\..\doc\install\Documentation\ko_KR\html\index_files\*" + ;File "..\..\doc\install\Documentation\ko_KR\html\index_files\*" SetOutPath "$INSTDIR\Documentation\html\InstallGd" File "..\..\doc\install\Documentation\ko_KR\html\InstallGd\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes" File "..\..\doc\install\Documentation\ko_KR\html\ReleaseNotes\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files" - File "..\..\doc\install\Documentation\ko_KR\html\ReleaseNotes\logo_files\*" + ;File "..\..\doc\install\Documentation\ko_KR\html\ReleaseNotes\logo_files\*" SetOutPath "$INSTDIR\Client\Program" !insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1042.dll" "$INSTDIR\Client\Program\afscreds_1042.dll" "$INSTDIR" @@ -3128,13 +3129,13 @@ DoPortugueseBR: SetOutPath "$INSTDIR\Documentation\html" File "..\..\doc\install\Documentation\pt_BR\html\*" SetOutPath "$INSTDIR\Documentation\html\index_files" - File "..\..\doc\install\Documentation\pt_BR\html\index_files\*" + ;File "..\..\doc\install\Documentation\pt_BR\html\index_files\*" SetOutPath "$INSTDIR\Documentation\html\InstallGd" File "..\..\doc\install\Documentation\pt_BR\html\InstallGd\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes" File "..\..\doc\install\Documentation\pt_BR\html\ReleaseNotes\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files" - File "..\..\doc\install\Documentation\pt_BR\html\ReleaseNotes\logo_files\*" + ;File "..\..\doc\install\Documentation\pt_BR\html\ReleaseNotes\logo_files\*" SetOutPath "$INSTDIR\Client\Program" !insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1046.dll" "$INSTDIR\Client\Program\afscreds_1046.dll" "$INSTDIR" @@ -3186,13 +3187,13 @@ DoSimpChinese: SetOutPath "$INSTDIR\Documentation\html" File "..\..\doc\install\Documentation\zh_CN\html\*" SetOutPath "$INSTDIR\Documentation\html\index_files" - File "..\..\doc\install\Documentation\zh_CN\html\index_files\*" + ;File "..\..\doc\install\Documentation\zh_CN\html\index_files\*" SetOutPath "$INSTDIR\Documentation\html\InstallGd" File "..\..\doc\install\Documentation\zh_CN\html\InstallGd\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes" File "..\..\doc\install\Documentation\zh_CN\html\ReleaseNotes\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files" - File "..\..\doc\install\Documentation\zh_CN\html\ReleaseNotes\logo_files\*" + ;File "..\..\doc\install\Documentation\zh_CN\html\ReleaseNotes\logo_files\*" SetOutPath "$INSTDIR\Client\Program" !insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_2052.dll" "$INSTDIR\Client\Program\afscreds_2052.dll" "$INSTDIR" @@ -3244,13 +3245,13 @@ DoTradChinese: SetOutPath "$INSTDIR\Documentation\html" File "..\..\doc\install\Documentation\zh_TW\html\*" SetOutPath "$INSTDIR\Documentation\html\index_files" - File "..\..\doc\install\Documentation\zh_TW\html\index_files\*" + ;File "..\..\doc\install\Documentation\zh_TW\html\index_files\*" SetOutPath "$INSTDIR\Documentation\html\InstallGd" File "..\..\doc\install\Documentation\zh_TW\html\InstallGd\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes" File "..\..\doc\install\Documentation\zh_TW\html\ReleaseNotes\*" SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files" - File "..\..\doc\install\Documentation\zh_TW\html\ReleaseNotes\logo_files\*" + ;File "..\..\doc\install\Documentation\zh_TW\html\ReleaseNotes\logo_files\*" SetOutPath "$INSTDIR\Client\Program" !insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1028.dll" "$INSTDIR\Client\Program\_1028.dll" "$INSTDIR"