|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-25 03:41:13
On Tuesday 25 April 2006 03:37, Mark Evans wrote:
> I have a need for a rule that I would call 'install-tree' which a Jamfile
> could use to install a source tree of arbitrary depth to an install
> location. Has anyone besides me encountered this need and found a
> solution?
Hi Mark,
there's half-solution already:
install dist : dir1/file.hpp dir2/file2.hpp : <install-source-root>. ;
will install all files while preserving directory structure. On the other
hand, there's no "fully recursive" glob. Patches welcome ;-), but if you
don't have the time right now, can you please file a bug report at
http://zigzag.cs.msu.su/boost.build
Thanks,
Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk