I want scons to always install the built file in several additional directories.
I created the usual install builder with alias a shown in user manual and it installs co
I went the wrong way of defining install target and trying to figure out how to run it automatically.
install
I solved it by aliasing the Install builder to the real file names I wanted to install instead of install.
Env.Alias('/some/dir/filename', Env.Install('/some/dir', Target))