TITLE ^

tools/dev/mk_manifests.pl - Generate MANIFEST.* files for building RPMs

SYNOPSIS ^

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

DESCRIPTION ^

This file generates a set of MANIFEST.* files that give the final locations in the file system for all the installable files listed in MANIFEST and MANIFEST.generated.

It does NOT generate the MANIFEST file that Configure.pl checks and the manifest checks use.

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'.

SEE ALSO ^

install_files.pl


parrot