Re: [Scons-dev] scons copyto /path/to/project

2020-09-05 Thread Bill Deegan
probably should be on the users mailing list.

Go take a look at the manpage.
I think env.Install() is what you want..

On Sat, Sep 5, 2020 at 10:33 AM anatoly techtonik 
wrote:

> Hi.
>
> Is it possible to create a build command that will copy
> SCons local to the target directory?
>
> SCons/ -> /path/to/project/SCons/
> scripts/scons.py -> /path/to/project/scons
>
> I haven't used SCons for a while and I don't remember
> how to create phony target "copyto" and handle path
> parameter to it.
> --
> anatoly t.
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


[Scons-dev] scons copyto /path/to/project

2020-09-05 Thread anatoly techtonik
Hi.

Is it possible to create a build command that will copy
SCons local to the target directory?

SCons/ -> /path/to/project/SCons/
scripts/scons.py -> /path/to/project/scons

I haven't used SCons for a while and I don't remember
how to create phony target "copyto" and handle path
parameter to it.
--
anatoly t.
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev