X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=90f1584beff7c142c8e78aa6229954d83caab2b9;hp=4986d63d3a7a27000eb3c70ac55de1e6ea0c134a;hb=08516fefc3253bf9e414fecb48f475fa26b8869a;hpb=b782d2bdebee1a46cc8d7336ce21e9b023baa349 diff --git a/win/yaz.nsi b/win/yaz.nsi index 4986d63..90f1584 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.19 2003-02-23 21:18:04 adam Exp $ +; $Id: yaz.nsi,v 1.44 2004-03-29 20:11:13 adam Exp $ -!define VERSION "2.0" +!define VERSION "2.0.18" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" @@ -44,11 +44,17 @@ Section "" ; (default section) SetOutPath $INSTDIR File LICENSE.txt File ..\README + File ..\NEWS SetOutPath $INSTDIR SetOutPath $INSTDIR\ztest File ..\ztest\dummy-records File ..\ztest\dummy-grs File ..\ztest\dummy-words + SetOutPath $INSTDIR\etc + File ..\etc\*.xml + File ..\etc\*.xsl + File ..\etc\pqf.properties + SectionEnd ; end of default section Section "YAZ Runtime" @@ -81,8 +87,15 @@ SectionEnd Section "YAZ Documentation" SectionIn 1 2 - SetOutPath $INSTDIR - File /r ..\doc + 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\*.css SetOutPath $SMPROGRAMS\YAZ CreateShortCut "$SMPROGRAMS\YAZ\HTML Documentation.lnk" \ "$INSTDIR\doc\yaz.html" @@ -94,35 +107,17 @@ Section "YAZ Source" SectionIn 1 SetOutPath $INSTDIR\util File ..\util\*.c - File ..\util\*.tcl - File ..\util\*.sgm - File ..\util\yaz-comp - SetOutPath $INSTDIR\odr - File ..\odr\*.c - File ..\odr\*.h - SetOutPath $INSTDIR\z39.50 - File ..\z39.50\*.c - File ..\z39.50\*.asn - File ..\z39.50\*.tcl - SetOutPath $INSTDIR\ill - File ..\ill\*.c - File ..\ill\*.asn - File ..\ill\*.tcl - SetOutPath $INSTDIR\cql - File ..\cql\*.c - File ..\cql\*.y - SetOutPath $INSTDIR\zutil - File ..\zutil\*.c - File ..\zutil\*.h - SetOutPath $INSTDIR\ccl - File ..\ccl\*.c + File ..\util\yaz-asncomp + SetOutPath $INSTDIR\src + File ..\src\*.c + File ..\src\*.h + File ..\src\*.y + File ..\src\*.tcl + File ..\src\*.asn + File ..\src\charconv.sgm + File ..\src\codetables.xml SetOutPath $INSTDIR\zoom File ..\zoom\*.c - SetOutPath $INSTDIR\comstack - File ..\comstack\*.c - SetOutPath $INSTDIR\server - File ..\server\*.c - File ..\server\*.h SetOutPath $INSTDIR\ztest File ..\ztest\*.c SetOutPath $INSTDIR\client