From cc6efce3aff6732e1fdf8f9b1a7da5a807ef2f3e Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 26 Sep 2005 03:33:51 +0000 Subject: [PATCH] STABLE14-windows-nsis-install-c-20050925 remove the new docs from non-en_US installs. We need to find someone to perform language conversion. (cherry picked from commit 7a3dd6f807beb3f516bcbcbe5cb2523fcd464c62) --- 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 39dae53c6..7f4ec9c31 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 ; @@ -2859,7 +2860,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" @@ -2975,7 +2976,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" @@ -3033,13 +3034,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" @@ -3092,13 +3093,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" @@ -3150,13 +3151,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" @@ -3208,13 +3209,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" -- 2.39.5