From 45b97d6fdfe7475cd5bdbe83dc703309c83ca35a Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 16 Nov 2010 09:06:36 +0000 Subject: [PATCH] Disable Italian docs generation I just accidentally enabled. It wasn't enabled before the xsltproc issue popped up, so it shouldn't be enabled now. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19817 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install-impl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install-impl.sh b/packaging/win32/install-impl.sh index 87b24e56a8..e809a5b759 100755 --- a/packaging/win32/install-impl.sh +++ b/packaging/win32/install-impl.sh @@ -1545,7 +1545,7 @@ function inst_docs() { make_chm guide ja_JP "--stringparam chunker.output.encoding Shift_JIS --stringparam htmlhelp.encoding Shift_JIS" make_chm help C make_chm help de_DE - make_chm help it_IT +# make_chm help it_IT qpopd }