diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:44:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:44:25 +0000 |
commit | 922fe07e48ba57675dc542dba4b7753f04c346f8 (patch) | |
tree | 6a5850d647bf787d4225543cde15c396fffe2c8f | |
parent | d5f89ab863b05a1382ff818148881964f7ab387c (diff) | |
download | portage-922fe07e48ba57675dc542dba4b7753f04c346f8.tar.gz portage-922fe07e48ba57675dc542dba4b7753f04c346f8.tar.bz2 portage-922fe07e48ba57675dc542dba4b7753f04c346f8.zip |
compnerd: document manifest action
svn path=/main/trunk/; revision=2322
-rw-r--r-- | man/ebuild.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ebuild.1 b/man/ebuild.1 index 742cf6f2e..cde676b86 100644 --- a/man/ebuild.1 +++ b/man/ebuild.1 @@ -64,6 +64,11 @@ Creates a digest file for the package in md5sum's of all the files found in the SRC_URI. If the fetched source of the package is corrupt/bogus in some way, the md5sum will catch this. .TP +.BR manifest +Updates the manifest file for the package. This performs the second half +of the digest command, creating md5sums for the files in the files +directory as well as the ebuild. +.TP .BR unpack Extracts the sources to a subdirectory in the \fIbuild directory\fR (BUILD_PREFIX) by running the \fIsrc_unpack()\fR function in the ebuild |