r19599 - gnucash/trunk/packaging/win32 - Win32 build: Is running again. Some debug output of r19595 can be removed again.
Christian Stimming
cstim at code.gnucash.org
Tue Sep 21 13:46:17 EDT 2010
Author: cstim
Date: 2010-09-21 13:46:17 -0400 (Tue, 21 Sep 2010)
New Revision: 19599
Trac: http://svn.gnucash.org/trac/changeset/19599
Modified:
gnucash/trunk/packaging/win32/defaults.sh
gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Is running again. Some debug output of r19595 can be removed again.
Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh 2010-09-21 17:31:53 UTC (rev 19598)
+++ gnucash/trunk/packaging/win32/defaults.sh 2010-09-21 17:46:17 UTC (rev 19599)
@@ -386,7 +386,7 @@
set_default DOCS_REV "HEAD"
set_default DOCS_URL "http://svn.gnucash.org/repo/gnucash-docs/trunk"
set_default DOCS_DIR $GLOBAL_DIR\\gnucash-docs
-set_default XSLTPROCFLAGS "--nonet"
+set_default XSLTPROCFLAGS ""
set_default ISOCODES_URL "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-3.18.tar.bz2"
set_default ISOCODES_DIR $GLOBAL_DIR\\isocodes
Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh 2010-09-21 17:31:53 UTC (rev 19598)
+++ gnucash/trunk/packaging/win32/install-impl.sh 2010-09-21 17:46:17 UTC (rev 19599)
@@ -1482,9 +1482,8 @@
_CHM_TYPE=$1
_CHM_LANG=$2
_XSLTPROC_OPTS=$3
- echo "\nProcessing $_CHM_TYPE ($_CHM_LANG) ...\n"
+ echo "Processing $_CHM_TYPE ($_CHM_LANG) ..."
qpushd $_CHM_TYPE/$_CHM_LANG
- echo "xsltproc $XSLTPROCFLAGS $_XSLTPROC_OPTS ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml"
xsltproc $XSLTPROCFLAGS $_XSLTPROC_OPTS ../../../docbook-xsl/htmlhelp/htmlhelp.xsl gnucash-$_CHM_TYPE.xml
count=0
echo >> htmlhelp.hhp
More information about the gnucash-changes
mailing list