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