Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67130 | Differences between
and this patch

Collapse All | Expand All

(-)man/ebuild.5.orig (+10 lines)
Lines 336-341 Link Here
336
For example, blackdown-jdk and sun-jdk provide \fIvirtual/jdk\fR.  This
336
For example, blackdown-jdk and sun-jdk provide \fIvirtual/jdk\fR.  This
337
allows for packages to depend on \fIvirtual/jdk\fR rather than on blackdown
337
allows for packages to depend on \fIvirtual/jdk\fR rather than on blackdown
338
or sun specifically.
338
or sun specifically.
339
.TP
340
\fBHTMLDOC_DIR\fR = \fI"relative/path/to/html/documentation"\fR
341
This optionnal variable should only be used for packages which provides HTML 
342
documentation in a non-standard installation path. This paths should be 
343
relative to \fI/usr/share/doc\fR anyway, and standard paths are 
344
\fI{$PN,$PF}/{html,HTML}\fR. If your package (\fIlibfoobar-1.1-r2\fR) installs 
345
documentation in, for instance, \fI/usr/share/doc/libfoobar-1.1-r2/refmanual\fR, 
346
then you should set \fBHTMLDOC_DIR\fR=\fI"${PF}/refmanual"\fR. This way, you allow users
347
who have set \fBDOC_SYMLINKS_DIR\fR in their \fImake.conf\fR to keep a symlink on this 
348
doc, at a bookmarkable location which won't change across ebuild bumps.
339
.SH "PORTAGE DECLARATIONS"
349
.SH "PORTAGE DECLARATIONS"
340
.TP
350
.TP
341
.B inherit
351
.B inherit

Return to bug 67130