webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
class | make-dist.Rule |
class | make-dist.Ruleset |
class | make-dist.File |
class | make-dist.Directory |
class | make-dist.Manifest |
class | make-dist.Distcheck |
class | make-dist.FilePathAction |
Namespaces | |
make-dist | |
Functions | |
def | make-dist.enum (enums) |
def | make-dist.ensure_version_if_possible (arguments) |
def | make-dist.get_tarball_root_and_output_filename_from_arguments (arguments) |
Variables | |
make-dist.parser = argparse.ArgumentParser(description='Build a distribution bundle.') | |
make-dist.action | |
make-dist.help | |
make-dist.type | |
make-dist.str | |
make-dist.FilePathAction | |
make-dist.default | |
make-dist.metavar | |
make-dist.arguments = parser.parse_args() | |
make-dist.tarball_root | |
make-dist.output_filename | |
make-dist.manifest = Manifest(arguments.manifest_filename, arguments.source_dir, arguments.build_dir, tarball_root) | |