On 07/13/2010 01:32 PM, Jeremy Olexa wrote:
On Tue, 13 Jul 2010 19:25:51 +0000 (UTC), "Kacper Kowalik (xarthisius)"
<xarthis...@gentoo.org> wrote:
if use doc; then
insinto /usr/share/doc/${PF}
doins doc/*.pdf || die
An open question to all:
Should we be hiding pdf's behind USE=doc?? I've seen it here and there
as of late. I thought USE=doc was for compiling docs and/or pulling in
extra deps to build docs.
I've seen it used sometimes where the docs themselves are really large,
and/or require a separate SRC_URI download as well.
But yah, makes most sense when you need it to change build deps and
actually do something.
Steve