Debian package updates
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Nov 2003 22:36:37 +0000 (22:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Nov 2003 22:36:37 +0000 (22:36 +0000)
debian/changelog
debian/rules
win/yaz.nsi

index 5fbfe3f..b524f50 100644 (file)
@@ -1,3 +1,9 @@
+yaz (2.0.5-4) unstable; urgency=low
+
+  * HTML Documentation uses CSS.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 17 Nov 2003 23:35:22 +0100
+
 yaz (2.0.5-3) unstable; urgency=low
 
   * Source restructure. yaz-marcump man page.
index ba367ed..ea099cc 100755 (executable)
@@ -72,7 +72,7 @@ stamp-install: stamp-build
 binary-indep: build install
        dh_testdir
        dh_testroot
-       dh_installdocs -p yaz-doc doc/*.html doc/*.pdf doc/*.png
+       dh_installdocs -p yaz-doc doc/*.html doc/*.pdf doc/*.png doc/*.css
        dh_installchangelogs -p yaz-doc
        dh_link -p yaz-doc
        dh_strip -p yaz-doc
index 572fb2b..c4590e6 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: yaz.nsi,v 1.27 2003-10-27 13:43:43 adam Exp $
+; $Id: yaz.nsi,v 1.28 2003-11-17 22:36:38 adam Exp $
 
 !define VERSION "2.0.5"
 
@@ -94,6 +94,7 @@ Section "YAZ Documentation"
        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"