Diff for /Amaya/amaya-wx_release.nsi between versions 1.16 and 1.17

version 1.16, 2005/02/22 16:19:18 version 1.17, 2005/02/22 16:21:44
Line 301  Section "Amaya" SecAmaya Line 301  Section "Amaya" SecAmaya
   DetailPrint "Installing Amaya documentation"    DetailPrint "Installing Amaya documentation"
   SetDetailsPrint listonly    SetDetailsPrint listonly
   
     SetOutPath "$INSTDIR\doc\WX"
     File doc\WX\*
     SetOutPath "$INSTDIR\doc\WX\HTML-elements"
     File doc\WX\HTML-elements\*
   SetOutPath "$INSTDIR\doc\html"    SetOutPath "$INSTDIR\doc\html"
   File doc\html\*    File doc\html\*
   SetOutPath "$INSTDIR\doc\html\accessibility_in_amaya"    SetOutPath "$INSTDIR\doc\html\accessibility_in_amaya"
Line 349  Section "Amaya" SecAmaya Line 353  Section "Amaya" SecAmaya
   File doc\html\using_xml\*    File doc\html\using_xml\*
   SetOutPath "$INSTDIR\doc\html\viewing"    SetOutPath "$INSTDIR\doc\html\viewing"
   File doc\html\viewing\*    File doc\html\viewing\*
   
   SetOutPath "$INSTDIR\doc\images"    SetOutPath "$INSTDIR\doc\images"
   File doc\images\*    File doc\images\*
   

Removed from v.1.16  
changed lines
  Added in v.1.17


Webmaster