Re: recursively copy docs

2017-07-29 Thread db
On 29 Jul 2017, at 20:39, Ryan Schmidt wrote: > copy ${worksrcpath}/sphinx-doc ${destroot}${docdir} That macro works, but file copy errored each time I tried it before.

Re: recursively copy docs

2017-07-29 Thread Ryan Schmidt
On Jul 29, 2017, at 13:36, db wrote: > > I want to recursively copy a port's documentation which has nested dirs. > > Is there any caveat for using > > exec cp -R ${worksrcpath}/sphinx-doc ${destroot}${docdir} > > instead of the more canonical form in the wiki? > > https://trac.macports.org/wi

recursively copy docs

2017-07-29 Thread db
I want to recursively copy a port's documentation which has nested dirs. Is there any caveat for using exec cp -R ${worksrcpath}/sphinx-doc ${destroot}${docdir} instead of the more canonical form in the wiki? https://trac.macports.org/wiki/PortfileRecipes#doc