]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-nsis-cmdref-subdirs-20080630
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 30 Jun 2008 15:00:52 +0000 (15:00 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 30 Jun 2008 15:00:52 +0000 (15:00 +0000)
LICENSE MIT

install and remove the subdirectories of the CmdRef

(cherry picked from commit 1b98b43127e3286b7842de4c59ea50f5a7de4424)

src/WINNT/install/NSIS/OpenAFS.nsi

index 6cd6108440f1703e7969df9c02df28c8249aa661..702d5ca6a6f9262a33636f5e5b140a236135947b 100644 (file)
@@ -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"