TITLE
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
- buildprefixThe build prefix. Defaults to ''.
- prefixThe install prefix. Defaults to '/usr'.
- exec_prefixThe exec prefix. Defaults to '/usr'.
- bindirThe executables directory. Defaults to '/usr/bin'.
- libdirThe library directory. Defaults to '/usr/lib'.
- includedirThe header directory. Defaults to '/usr/include'.
SEE ALSO
See lib/Parrot/Manifest.pm for a detailed description of the MANIFEST format.
tools/dev/mk_manifests.pl
