X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=33927bcccc925287901206754be4bc16a7792c74;hp=7f4138a2a9a87788dc3844491be5327e6f4defc0;hb=cbc706398c215b137f93d81986fd44029270a57a;hpb=629799b5d2e09bbb9425442274424b12bdc801ba diff --git a/win/yaz.nsi b/win/yaz.nsi index 7f4138a..33927bc 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.16 2002-12-16 14:06:34 adam Exp $ +; $Id: yaz.nsi,v 1.30 2003-12-16 14:45:59 adam Exp $ -!define VERSION "1.9.2" +!define VERSION "2.0.7" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" @@ -49,6 +49,11 @@ Section "" ; (default section) 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 +86,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,32 +106,16 @@ 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\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\*.sgm 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