1# Copyright 2004, 2005, 2006 Vladimir Prus 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 4 5 6# Skeleton for test configuration. If your local configuration 7# interferes with testing, rename this files to 'test-system.jam' 8# and tweak it. When tests are run, only this file will be loaded, 9# while site-config.jam and user-config.jam will be ignored. 10 11using gcc ; 12 13using boostbook 14 : /home/ghost/Store/docbook/xsl 15 : /home/ghost/Store/docbook/dtd 16 : /home/ghost/Work/Boost/boost-svn/tools/boostbook 17 ; 18using doxygen ; 19using qt4 : /usr/share/qt4 ; 20