On 8 April 2016 at 02:53, Abdulrahman Alshammari wrote: > Hey, > I have a library that contains many folders, each one with many examples. How can I copy the whole folder in Post-destroot? Just use "copy": copy ${worksrcpath}/somewhere/examples ${destroot}${prefix}/share/doc/${name}/ Mojca