r22877 - gnucash/trunk/packaging/win32 - Win32 build: Add debug output where xsltproc currently fails

Christian Stimming cstim at code.gnucash.org
Sat Apr 6 16:13:19 EDT 2013


Author: cstim
Date: 2013-04-06 16:13:18 -0400 (Sat, 06 Apr 2013)
New Revision: 22877
Trac: http://svn.gnucash.org/trac/changeset/22877

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Add debug output where xsltproc currently fails

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2013-04-05 19:42:20 UTC (rev 22876)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2013-04-06 20:13:18 UTC (rev 22877)
@@ -1594,6 +1594,9 @@
     _XSLTPROC_OPTS=$3
     echo "Processing $_CHM_TYPE ($_CHM_LANG) ..."
     qpushd $_CHM_TYPE/$_CHM_LANG
+        # Some debug output
+        echo xsltproc $XSLTPROCFLAGS $_XSLTPROC_OPTS --path ../../../docbookx-dtd ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml
+        ls ../../../docbookx-dtd ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml
         xsltproc $XSLTPROCFLAGS $_XSLTPROC_OPTS --path ../../../docbookx-dtd ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml
         count=0
         echo >> htmlhelp.hhp



More information about the gnucash-changes mailing list