From: Adam Dickmeiss Date: Mon, 17 Nov 2003 22:36:37 +0000 (+0000) Subject: Debian package updates X-Git-Tag: YAZ.2.0.6~36 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4f1622d17926aa4b30b0332905b087f912a5b5f6 Debian package updates --- diff --git a/debian/changelog b/debian/changelog index 5fbfe3f..b524f50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (2.0.5-4) unstable; urgency=low + + * HTML Documentation uses CSS. + + -- Adam Dickmeiss Mon, 17 Nov 2003 23:35:22 +0100 + yaz (2.0.5-3) unstable; urgency=low * Source restructure. yaz-marcump man page. diff --git a/debian/rules b/debian/rules index ba367ed..ea099cc 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/win/yaz.nsi b/win/yaz.nsi index 572fb2b..c4590e6 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -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"