mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ce2ed5e216
commit
fdcb4f03de
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user