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
This commit is contained in:
Geert Janssens 2010-11-16 09:06:36 +00:00
parent 6ec1a4ee93
commit 45b97d6fdf

View File

@ -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
}