diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 02:20:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 02:20:11 +0000 |
commit | 4ea0fbe4d802ea687ca72c29ff13fca67fbec192 (patch) | |
tree | 4698f9347c55e9bddd1eaab5e601691f4e5da265 | |
parent | a8f07f267d59c385f8688bb45531ce2c9112d675 (diff) | |
download | portage-4ea0fbe4d802ea687ca72c29ff13fca67fbec192.tar.gz portage-4ea0fbe4d802ea687ca72c29ff13fca67fbec192.tar.bz2 portage-4ea0fbe4d802ea687ca72c29ff13fca67fbec192.zip |
remove preplib/preplib.so docs
svn path=/main/trunk/; revision=2384
-rw-r--r-- | man/ebuild.5 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 8fd3109a9..db6c89d66 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -599,10 +599,6 @@ Strips all executable files of debugging symboles. This includes libraries. .TP \fBprepinfo\fR \fI[dir]\fR .TP -\fBpreplib\fR \fI[dir]\fR -.TP -\fBpreplib.so\fR \fI[dir]\fR -.TP \fBprepman\fR \fI[dir]\fR .TP \fBprepstrip\fR \fI[dir]\fR @@ -616,14 +612,6 @@ If a \fIdir\fR is not specified, then \fBprepinfo\fR will assume the dir \fIusr\fR. \fBprepinfo\fR will then compress all the files in ${D}/\fIdir\fR/info. .TP -.B preplib: -If a \fIdir\fR is not specified, then \fBpreplib\fR will assume the dir -\fIusr\fR. \fBpreplib\fR will then run 'ldconfig -n -N' on ${D}/\fIdir\fR/lib. -.TP -.B preplib.so: -All the files with '.so' in their name and are found in ${D}/\fIdir\fR will -be stripped of their debug symbols. You may specify multiple directories. -.TP .B prepman: If a \fIdir\fR is not specified, then \fBprepman\fR will assume the dir \fIusr\fR. \fBprepman\fR will then compress all the files in |