NAME

tools/dev/install_files.pl - Copy files to their correct locations

SYNOPSIS

    % perl tools/dev/install_files.pl [options]

DESCRIPTION

Use a detailed MANIFEST to install a set of files.

Options

buildprefix
The build prefix. Defaults to ''.
prefix
The install prefix. Defaults to '/usr'.
exec_prefix
The exec prefix. Defaults to '/usr'.
bindir
The executables directory. Defaults to '/usr/bin'.
libdir
The library directory. Defaults to '/usr/lib'.
includedir
The header directory. Defaults to '/usr/include'.
mandir
The man directory. Defaults to '/usr/share/man'.
datadir
The data directory. Defaults to '/usr/share'.

SEE ALSO

See lib/Parrot/Manifest.pm for a detailed description of the MANIFEST format.