From c7031ee702a6fe575724a28aa9994d99a02dab5e Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 6 Apr 2013 20:13:18 +0000 Subject: [PATCH] Win32 build: Add debug output where xsltproc currently fails git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22877 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install-impl.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/win32/install-impl.sh b/packaging/win32/install-impl.sh index 952030e6c8..ccd4cc6c58 100644 --- a/packaging/win32/install-impl.sh +++ b/packaging/win32/install-impl.sh @@ -1594,6 +1594,9 @@ function make_chm() { _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