windows-nsis-install-c-20050925

remove the new docs from non-en_US installs.
We need to find someone to perform language conversion.
This commit is contained in:
Jeffrey Altman 2005-09-26 03:32:23 +00:00
parent cd8126f56c
commit 7a3dd6f807

View File

@ -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"