Allow to NSIS build without html doc (but warn about it)
[idzebra-moved-to-github.git] / win / zebra.nsi
index 926b295..f20b718 100644 (file)
@@ -94,8 +94,6 @@ Section "Zebra Runtime"
 !endif
        File ..\bin\*.exe
        File ..\bin\idzebra.dll
-       File ..\bin\iconv.dll
-       File ..\bin\zlib1.dll
        File ..\bin\libxml2.dll
        File ..\bin\libxslt.dll
        File ..\bin\yaz*.dll
@@ -116,7 +114,7 @@ SectionEnd
 Section "Zebra Documentation"
        SectionIn 1 2
        SetOutPath $INSTDIR\doc
-       File /r ..\doc\*.html
+       File /nonfatal /r ..\doc\*.html
        File /r ..\doc\*.png
        File /r ..\doc\*.xml
        File /r ..\doc\*.xsl