From e48eba70894125e1e555ebd16a76cdcef018a060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Mon, 10 Mar 2008 07:07:06 +0000 Subject: [PATCH] Update reset.sh script to keep htmlhelp, but remove docs and libxslt. Patch by Nathan Buchanan. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17025 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/reset.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/win32/reset.sh b/packaging/win32/reset.sh index 005d83393a..80704c5bd7 100644 --- a/packaging/win32/reset.sh +++ b/packaging/win32/reset.sh @@ -27,7 +27,7 @@ add_precious_path msys $MSYS_DIR 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 function eval_path() { @@ -83,6 +83,8 @@ function eval_all() { 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