diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-08-05 06:56:25 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-08-05 06:56:25 +0000 |
commit | 976063c00a313e769be443633256bb71455e01f1 (patch) | |
tree | 829e3555cf99bf920ba191a6f451f4a486a9ed76 | |
parent | 8e411e2086aad97364cde79b5a658012ace5b650 (diff) | |
download | portage-976063c00a313e769be443633256bb71455e01f1.tar.gz portage-976063c00a313e769be443633256bb71455e01f1.tar.bz2 portage-976063c00a313e769be443633256bb71455e01f1.zip |
Add some docs for the installsources feature.
svn path=/main/trunk/; revision=4156
-rw-r--r-- | man/make.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 34e284b6b..2fb79c1b1 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -172,6 +172,10 @@ Force emerges to always try to fetch files from the \fIPORTAGE_BINHOST\fR. See .B gpg Check the signatures of Manifests and make sure they are correct. .TP +.B installsources +Install source code into /usr/src/debug/${PF} (also see \fBsplitdebug\fR). +This feature works only if debugedit is installed. +.TP .B keeptemp Do not delete the ${T} directory after the merge process. .TP |