mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32: Add XSLTPROCFLAGS to be able to pass --nonet to xsltproc in make_chm.
Patch from Daniel Harding. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17118 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -263,6 +263,7 @@ set_default AQBANKING_WITH_QT yes
|
||||
set_default DOCBOOK_XSL_URL "$SF_MIRROR/docbook/docbook-xsl-1.72.0.zip"
|
||||
set_default DOCS_URL "http://svn.gnucash.org/repo/gnucash-docs/trunk"
|
||||
set_default DOCS_DIR $GLOBAL_DIR\\gnucash-docs
|
||||
set_default XSLTPROCFLAGS ""
|
||||
##
|
||||
|
||||
# There is no reason to ever need to comment these out!
|
||||
|
||||
@@ -1051,7 +1051,7 @@ function make_chm() {
|
||||
_CHM_LANG=$2
|
||||
echo "Processing $_CHM_TYPE ($_CHM_LANG) ..."
|
||||
qpushd $_CHM_TYPE/$_CHM_LANG
|
||||
xsltproc ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml
|
||||
xsltproc $XSLTPROCFLAGS ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml
|
||||
count=0
|
||||
echo >> htmlhelp.hhp
|
||||
echo "[ALIAS]" >> htmlhelp.hhp
|
||||
|
||||
Reference in New Issue
Block a user