Win32 build: Temporarily disable the english (C) help compiling because it crashes the hhc.exe compiler.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19607 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-09-24 19:28:46 +00:00
parent ce2ed5e216
commit fdcb4f03de
2 changed files with 3 additions and 2 deletions

View File

@ -297,7 +297,7 @@ set_default GLADE_DIR $GLOBAL_DIR\\glade
set_default INNO_URL "http://files.jrsoftware.org/is/5/isetup-5.3.9-unicode.exe"
set_default INNO_DIR $GLOBAL_DIR\\inno
set_default HH_URL "http://download.microsoft.com/download/OfficeXPProf/Install/4.71.1015.0/W98NT42KMe/EN-US/HTMLHELP.EXE"
set_default HH_URL "http://download.microsoft.com/download/0/a/9/0a939ef6-e31c-430f-a3df-dfae7960d564/htmlhelp.exe"
set_default HH_DIR $GLOBAL_DIR\\hh
set_default WEBKIT_URL "$SF_MIRROR/gnucash/webkit-1.1.90-win32.zip"

View File

@ -1535,7 +1535,8 @@ function inst_docs() {
make_chm guide de_DE
make_chm guide it_IT
make_chm guide ja_JP "--stringparam chunker.output.encoding Shift_JIS --stringparam htmlhelp.encoding Shift_JIS"
make_chm help C
# FIXME: C help is temporarily disabled because it crashes the hhc.exe compiler!
# make_chm help C
make_chm help de_DE
# make_chm help it_IT
qpopd