From: Adam Dickmeiss Date: Fri, 12 Dec 2014 13:13:35 +0000 (+0100) Subject: Allow to NSIS build without html doc (but warn about it) X-Git-Tag: v2.0.60~4 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=c8990c69b37a60e142ebe74befca0e60cd0754c0 Allow to NSIS build without html doc (but warn about it) --- diff --git a/win/zebra.nsi b/win/zebra.nsi index 7dabcb8..f20b718 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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