r22838 - gnucash/trunk/packaging/win32 - Win32 build: Temporarily disable ja_JP guide htmlhelp because the hhc compiler seems to crash on this every time.

Christian Stimming cstim at code.gnucash.org
Fri Mar 29 12:42:30 EDT 2013


Author: cstim
Date: 2013-03-29 12:42:30 -0400 (Fri, 29 Mar 2013)
New Revision: 22838
Trac: http://svn.gnucash.org/trac/changeset/22838

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Temporarily disable ja_JP guide htmlhelp because the hhc compiler seems to crash on this every time.

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2013-03-29 16:29:43 UTC (rev 22837)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2013-03-29 16:42:30 UTC (rev 22838)
@@ -1612,7 +1612,9 @@
         echo "[MAP]" >> htmlhelp.hhp
         cat mymaps >> htmlhelp.hhp
         rm mymaps
+        echo "Will now call hhc.exe for $_CHM_TYPE ($_CHM_LANG)..."
         hhc htmlhelp.hhp  >/dev/null  || true
+        echo "... hhc.exe completed successfully."
         cp -fv htmlhelp.chm $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.chm
         cp -fv htmlhelp.hhmap $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.hhmap
     qpopd
@@ -1649,7 +1651,8 @@
         make_chm guide C
         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"
+# Temporarily disabled because it makes hh
+#        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



More information about the gnucash-changes mailing list