Towards 2.0.7
[yaz-moved-to-github.git] / win / yaz.nsi
index 2fd3d44..33927bc 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.26 2003-10-27 13:35:24 adam Exp $
+; $Id: yaz.nsi,v 1.30 2003-12-16 14:45:59 adam Exp $
 
-!define VERSION "2.0.5"
+!define VERSION "2.0.7"
 
 Name "YAZ"
 Caption "Index Data YAZ ${VERSION} Setup"
@@ -87,13 +87,14 @@ SectionEnd
 Section "YAZ Documentation"
        SectionIn 1 2
        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\*.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"