fs-traverse

Mark Brethen mark.brethen at gmail.com
Sat Dec 31 07:00:31 PST 2011


Is there any documentation on fs-traverse?

Currently I have in my Portfile:

eval copy [glob ${worksrcpath}/doc/manual/*.tex] ${docdir}/manual
xinstall -W ${worksrcpath}/doc/manual \
           mkhtml.sh \
           mkpdf.sh \
           README \
           reduce.cfg \
           ${docdir}/manual

where I only wan't to copy certain files from the directory. I'm guessing there is a more efficient way to do this?

###

-Mark


More information about the macports-dev mailing list