r17118 - gnucash/trunk/packaging/win32 - Win32: Add XSLTPROCFLAGS to be able to pass --nonet to xsltproc in make_chm.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Apr 21 16:59:32 EDT 2008


Author: andi5
Date: 2008-04-21 16:59:31 -0400 (Mon, 21 Apr 2008)
New Revision: 17118
Trac: http://svn.gnucash.org/trac/changeset/17118

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
Win32: Add XSLTPROCFLAGS to be able to pass --nonet to xsltproc in make_chm.

Patch from Daniel Harding.


Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2008-04-21 19:34:12 UTC (rev 17117)
+++ gnucash/trunk/packaging/win32/defaults.sh	2008-04-21 20:59:31 UTC (rev 17118)
@@ -263,6 +263,7 @@
 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!

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2008-04-21 19:34:12 UTC (rev 17117)
+++ gnucash/trunk/packaging/win32/install.sh	2008-04-21 20:59:31 UTC (rev 17118)
@@ -1051,7 +1051,7 @@
     _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



More information about the gnucash-changes mailing list