From 3336a93d90b7ad42c9800433b4e885b4d9b10e72 Mon Sep 17 00:00:00 2001 From: maroy Date: Fri, 19 Nov 2004 18:19:33 +0000 Subject: [PATCH] added ICU to tools_setup --- livesupport/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/livesupport/Makefile b/livesupport/Makefile index 6ce7f4054..72fc9ed0b 100644 --- a/livesupport/Makefile +++ b/livesupport/Makefile @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.12 $ +# Version : $Revision: 1.13 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/Attic/Makefile,v $ #------------------------------------------------------------------------------- @@ -78,6 +78,8 @@ LCOV_DIR = ${TOOLS_DIR}/lcov LCOV_VERSION = lcov-1.3 HELIX_DIR = ${TOOLS_DIR}/helix HELIX_VERSION = all_clients_nodist-helix-20041010 +ICU_DIR = ${TOOLS_DIR}/icu +ICU_VERSION = icu-3.0 MODULES_DIR = ${BASE_DIR}/modules CORE_DIR = ${MODULES_DIR}/core @@ -142,6 +144,7 @@ tools_setup: ${XMLRPCXX_DIR}/${XMLRPCXX_VERSION}/bin/install.sh ${LCOV_DIR}/${LCOV_VERSION}/bin/install.sh ${HELIX_DIR}/${HELIX_VERSION}/bin/install.sh + ${ICU_DIR}/${ICU_VERSION}/bin/install.sh doxytag_setup: ${DOXYTAG} -t ${TAGFILE} ${EXTERNAL_DOC_PAGES}