$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-19 03:01:08
Andrej van der Zee wrote:
> Hi,
>
> I am using boost-build for some time now and very much
> like it. One thing I cant work out though: How can I
> configure the install target to copy a whole directory
> to my install-directory?
You need to:
1. Use the 'glob-tree' rule to find all the target
you want to install.
2. Use the <install-source-root> to make the 'install'
rule preserve the directory hierarchy.
I've added glob-tree and install-source-tree to index,
as well as mentioned that glob-tree is good for install --
the updated docs should appear on boost.org/build-build2
in about 5 minutes.
- Volodya