AUDIT: r17025 - gnucash/trunk/packaging/win32 - Update reset.sh script to keep htmlhelp, but remove docs and libxslt.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Mar 10 03:07:07 EDT 2008


Author: andi5
Date: 2008-03-10 03:07:06 -0400 (Mon, 10 Mar 2008)
New Revision: 17025
Trac: http://svn.gnucash.org/trac/changeset/17025

Modified:
   gnucash/trunk/packaging/win32/reset.sh
Log:
Update reset.sh script to keep htmlhelp, but remove docs and libxslt.

Patch by Nathan Buchanan.
BP


Modified: gnucash/trunk/packaging/win32/reset.sh
===================================================================
--- gnucash/trunk/packaging/win32/reset.sh	2008-03-09 22:43:40 UTC (rev 17024)
+++ gnucash/trunk/packaging/win32/reset.sh	2008-03-10 07:07:06 UTC (rev 17025)
@@ -27,7 +27,7 @@
 add_precious_path wget $WGET_DIR
 add_precious_path svn $SVN_DIR
 add_precious_path repos $REPOS_DIR
-add_precious_path docs $DOCS_DIR
+add_precious_path hh $HH_DIR
 
 # usage: eval_path <path> <force>
 function eval_path() {
@@ -83,6 +83,8 @@
     eval_path $GNUCASH_DIR\\dist
     eval_path $TMP_DIR
     eval_path $MSYS_DIR\\etc\\profile.d\\installer.sh force
+    eval_path $DOCS_DIR
+    eval_path $LIBXSLT_DIR
 }
 
 echo



More information about the gnucash-changes mailing list