r17050 - gnucash/branches/2.2/packaging/win32 - [r17025] Update reset.sh script to keep htmlhelp, but remove docs and libxslt.

Christian Stimming cstim at cvs.gnucash.org
Wed Mar 26 17:04:11 EDT 2008


Author: cstim
Date: 2008-03-26 17:04:11 -0400 (Wed, 26 Mar 2008)
New Revision: 17050
Trac: http://svn.gnucash.org/trac/changeset/17050

Modified:
   gnucash/branches/2.2/packaging/win32/reset.sh
Log:
[r17025] Update reset.sh script to keep htmlhelp, but remove docs and libxslt.

Patch by Nathan Buchanan.


Modified: gnucash/branches/2.2/packaging/win32/reset.sh
===================================================================
--- gnucash/branches/2.2/packaging/win32/reset.sh	2008-03-26 21:04:00 UTC (rev 17049)
+++ gnucash/branches/2.2/packaging/win32/reset.sh	2008-03-26 21:04:11 UTC (rev 17050)
@@ -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