X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=30c98e3d6499b9d91ade3e45442e99bd1388faf5;hb=0d7bebc5bead24c1cdd6c3bfdc2a9bf2b3678c07;hp=2fd3d44fca740b9e698ad8bacc0c83e6e9e3e11c;hpb=a20cd84700c6053806bd89d37ab55eea6d160047;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index 2fd3d44..30c98e3 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.26 2003-10-27 13:35:24 adam Exp $ +; $Id: yaz.nsi,v 1.31 2003-12-22 14:46:26 adam Exp $ -!define VERSION "2.0.5" +!define VERSION "2.0.8" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" @@ -87,13 +87,14 @@ SectionEnd Section "YAZ Documentation" SectionIn 1 2 SetOutPath $INSTDIR\doc - File doc\*.html - File doc\*.png - File doc\*.pdf - File doc\*.xml - File doc\*.in - File doc\*.dsl - File doc\*.xsl + File ..\doc\*.html + File ..\doc\*.png + File ..\doc\*.pdf + File ..\doc\*.xml + File ..\doc\*.in + File ..\doc\*.dsl + File ..\doc\*.xsl + File ..\doc\*.css SetOutPath $SMPROGRAMS\YAZ CreateShortCut "$SMPROGRAMS\YAZ\HTML Documentation.lnk" \ "$INSTDIR\doc\yaz.html"