From f399e00a8cdf1f01a06df3813799c6b08cdccadf Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 2 Nov 2004 23:42:24 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4480 --- doc/tool_upgrade.php | 60 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/doc/tool_upgrade.php b/doc/tool_upgrade.php index aaed0c4b3b..06c56af1bd 100644 --- a/doc/tool_upgrade.php +++ b/doc/tool_upgrade.php @@ -1,38 +1,38 @@ -echo " - The script bin/upgrade copies files from - a BOINC source tree to a project tree. - This is typically done after updating the source tree - and recompiling the software. - The script must reside in the project's bin/ directory, - and you must run it from the source tree root. -

- NOTE: if you are upgrading from a BOINC source tree - in a different location than the original, - you must manually edit the file - boinc_path_config.py in the project's bin/ directory - (and delete the file boinc_path_config.pyc). - Change the values of TOP_BUILD_DIR and TOP_SOURCE_DIR - to point to your new BOINC source tree. -

- upgrade does the following: -

+

+ The script bin/upgrade copies files from a BOINC source tree to a + project tree. This is typically done after updating the source tree and + recompiling the software. The script must reside in the project's bin/ + directory, and you must run it from the source tree root. +

-"; +

+ upgrade takes optional environment variables INSTALL_DIR and + TOP_SOURCE_DIR if the installation directory or source directory are + different from your previous installation. +

+ +

+ upgrade does the following: +

+

+ +