Allow to NSIS build without html doc (but warn about it)
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Dec 2014 13:13:35 +0000 (14:13 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Dec 2014 13:13:35 +0000 (14:13 +0100)
win/zebra.nsi

index 7dabcb8..f20b718 100644 (file)
@@ -114,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