From: Jeffrey Altman Date: Mon, 30 Jun 2008 15:00:52 +0000 (+0000) Subject: DEVEL15-windows-nsis-cmdref-subdirs-20080630 X-Git-Tag: openafs-devel-1_5_50~57 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c53661ea8a71b4110c0e8daf9166ff5d92a79a26;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-nsis-cmdref-subdirs-20080630 LICENSE MIT install and remove the subdirectories of the CmdRef (cherry picked from commit 1b98b43127e3286b7842de4c59ea50f5a7de4424) --- diff --git a/src/WINNT/install/NSIS/OpenAFS.nsi b/src/WINNT/install/NSIS/OpenAFS.nsi index 6cd610844..702d5ca6a 100644 --- a/src/WINNT/install/NSIS/OpenAFS.nsi +++ b/src/WINNT/install/NSIS/OpenAFS.nsi @@ -1028,6 +1028,12 @@ Section /o "Supplemental Documentation" secDocs DoEnglish: SetOutPath "$INSTDIR\Documentation\html\CmdRef" File "..\..\..\..\doc\man-pages\html\*" + SetOutPath "$INSTDIR\Documentation\html\CmdRef\1" + File "..\..\..\..\doc\man-pages\html\1\*" + SetOutPath "$INSTDIR\Documentation\html\CmdRef\5" + File "..\..\..\..\doc\man-pages\html\5\*" + SetOutPath "$INSTDIR\Documentation\html\CmdRef\8" + File "..\..\..\..\doc\man-pages\html\8\*" SetOutPath "$INSTDIR\Documentation\html\SysAdminGd" File "..\..\doc\install\Documentation\en_US\html\SysAdminGd\*" goto DoneLanguage @@ -1674,10 +1680,13 @@ StartRemove: Delete "$INSTDIR\Documentation\README.TXT" Delete "$INSTDIR\Documentation\html\*" Delete "$INSTDIR\Documentation\html\index_files\*" + Delete "$INSTDIR\Documentation\html\CmdRef\1\*" + Delete "$INSTDIR\Documentation\html\CmdRef\5\*" + Delete "$INSTDIR\Documentation\html\CmdRef\8\*" Delete "$INSTDIR\Documentation\html\CmdRef\*" - Delete "$INSTDIR\Documentation\html\ReleaseNotes\*" Delete "$INSTDIR\Documentation\html\ReleaseNotes\logo_files\*" Delete "$INSTDIR\Documentation\html\ReleaseNotes\relnotes_files\*" + Delete "$INSTDIR\Documentation\html\ReleaseNotes\*" Delete "$INSTDIR\Documentation\html\SysAdminGd\*" Delete /REBOOTOK "$INSTDIR\Common\afs_config.exe"