mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
2b290cee85
commit
c7031ee702
@ -1594,6 +1594,9 @@ function make_chm() {
|
|||||||
_XSLTPROC_OPTS=$3
|
_XSLTPROC_OPTS=$3
|
||||||
echo "Processing $_CHM_TYPE ($_CHM_LANG) ..."
|
echo "Processing $_CHM_TYPE ($_CHM_LANG) ..."
|
||||||
qpushd $_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
|
xsltproc $XSLTPROCFLAGS $_XSLTPROC_OPTS --path ../../../docbookx-dtd ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml
|
||||||
count=0
|
count=0
|
||||||
echo >> htmlhelp.hhp
|
echo >> htmlhelp.hhp
|
||||||
|
Loading…
Reference in New Issue
Block a user