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.
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
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