From bd0f20198c62bb9f16e028f59d8bc9c930cc6038 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 20 Jul 2006 08:56:07 +0000 Subject: [PATCH] Merge: correct paths [SVN r34623] --- v2/test/test-config-example.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/test/test-config-example.jam b/v2/test/test-config-example.jam index dd19b9549..4e4822aab 100644 --- a/v2/test/test-config-example.jam +++ b/v2/test/test-config-example.jam @@ -8,8 +8,8 @@ using gcc ; using borland ; using boostbook - : /home/ghost/build/docbook/xsl - : /home/ghost/build/docbook/dtd + : /home/ghost/Store/docbook/xsl + : /home/ghost/Store/docbook/dtd : /home/ghost/Work/boost-rc/tools/boostbook ; using doxygen ; \ No newline at end of file