Author: Matt Madia
Cleaned up usage comment of ExtractArchive. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35622 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+5
-4
@@ -201,10 +201,11 @@ rule ExtractArchive directory : entries : archiveFile : grist
|
|||||||
# <directory> - The directory into which to extract the archive file. The
|
# <directory> - The directory into which to extract the archive file. The
|
||||||
# directory is created is by this rule and it is the target
|
# directory is created is by this rule and it is the target
|
||||||
# that the extract action is associated with.
|
# that the extract action is associated with.
|
||||||
# <entries> - The entries of the zip file one is interested in. The rule
|
# <entries> - The entries of the archive file one is interested in. The
|
||||||
# always unzips the complete zip file, from the given entries
|
# rule always exctracts the complete archive file, from the
|
||||||
# the rule creates targets (using <grist>) representing the
|
# given entries the rule creates targets (using <grist>)
|
||||||
# unzipped entries. Those targets are returned by the rule.
|
# representing the extracted entries. Those targets are
|
||||||
|
# returned by the rule.
|
||||||
# <archiveFile> - The archive file target to extract.
|
# <archiveFile> - The archive file target to extract.
|
||||||
# <grist> - The grist used to create targets from <entries>. Defaults to
|
# <grist> - The grist used to create targets from <entries>. Defaults to
|
||||||
# "extracted".
|
# "extracted".
|
||||||
|
|||||||
Reference in New Issue
Block a user