$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko Gospodnetiæ (jurko.gospodnetic_at_[hidden])
Date: 2008-06-04 08:34:53
Hi Paul.
> What about copying directory trees in Bjam? I can't get "install" to achieve this.
You can use the install rule in combination with any of the globbing
rules.
For example:
install somewhereOverTheRainbow
:
[ path.glob-tree gugu/gaga/data : *.* : .svn ]
;
Hope this helps.
Best regards,
Jurko Gospodnetiæ