Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1e007a96761035f261351a68e7601417 > files > 363

parrot-docs-3.6.0-2.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Parrot  - Copy files to their correct locations</title>
        <link rel="stylesheet" type="text/css"
            href="../../../resources/parrot.css"
            media="all">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    </head>
    <body>
        <div id="wrapper">
            <div id="header">

                <a href="http://www.parrot.org">
                <img border=0 src="../../../resources/parrot_logo.png" id="logo" alt="parrot">
                </a>
            </div> <!-- "header" -->
            <div id="divider"></div>
            <div id="mainbody">
                <div id="breadcrumb">
                    <a href="../../../html/index.html">Home</a> &raquo; <a href="../../../html/tools.html">Tools</a> &raquo; Copy files to their correct locations
                </div>

<h1><a name="NAME"
>NAME</a></h1>

<p>tools/dev/install_files.pl &#45; Copy files to their correct locations</p>

<h1><a name="SYNOPSIS"
>SYNOPSIS</a></h1>

<pre>    % perl tools/dev/install_files.pl [options]</pre>

<h1><a name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>Use a detailed MANIFEST to install a set of files.</p>

<h2><a name="Options"
>Options</a></h2>

<dl>
<dt><a name="buildprefix"
><b><code>buildprefix</b></code></a></dt>
The build prefix. Defaults to &#39;&#39;.
<dt><a name="prefix"
><b><code>prefix</b></code></a></dt>
The install prefix. Defaults to &#39;/usr&#39;.
<dt><a name="exec_prefix"
><b><code>exec_prefix</b></code></a></dt>
The exec prefix. Defaults to &#39;/usr&#39;.
<dt><a name="bindir"
><b><code>bindir</b></code></a></dt>
The executables directory. Defaults to &#39;/usr/bin&#39;.
<dt><a name="libdir"
><b><code>libdir</b></code></a></dt>
The library directory. Defaults to &#39;/usr/lib&#39;.
<dt><a name="includedir"
><b><code>includedir</b></code></a></dt>
The header directory. Defaults to &#39;/usr/include&#39;.</dl>

<h1><a name="SEE_ALSO"
>SEE ALSO</a></h1>

<p>See <em>lib/Parrot/Manifest.pm</em> for a detailed description of the MANIFEST format.</p>

<p><em>tools/dev/mk_manifests.pl</em></p>
            </div> <!-- "mainbody" -->
            <div id="divider"></div>
            <div id="footer">
	        Copyright &copy; 2002-2011, Parrot Foundation.
            </div>
        </div> <!-- "wrapper" -->
    </body>
</html>