r23626 - gnucash/branches/2.4/packaging/win32 - fix of [23625]: BP of [22838] was incomplete

Frank H. Ellenberger fell at code.gnucash.org
Thu Dec 26 13:00:31 EST 2013


Author: fell
Date: 2013-12-26 13:00:31 -0500 (Thu, 26 Dec 2013)
New Revision: 23626
Trac: http://svn.gnucash.org/trac/changeset/23626

Modified:
   gnucash/branches/2.4/packaging/win32/install-impl.sh
Log:
fix of [23625]: BP of [22838] was incomplete

Modified: gnucash/branches/2.4/packaging/win32/install-impl.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/install-impl.sh	2013-12-26 17:31:14 UTC (rev 23625)
+++ gnucash/branches/2.4/packaging/win32/install-impl.sh	2013-12-26 18:00:31 UTC (rev 23626)
@@ -1552,7 +1552,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



More information about the gnucash-changes mailing list