diff options
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index a22d2aea9af..3314a83d08c 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -23,6 +23,7 @@ MACH_MODULES = [ os.path.join('python', 'servo', 'build_commands.py'), os.path.join('python', 'servo', 'testing_commands.py'), os.path.join('python', 'servo', 'post_build_commands.py'), + os.path.join('python', 'servo', 'package_commands.py'), os.path.join('python', 'servo', 'devenv_commands.py'), ] @@ -58,6 +59,11 @@ CATEGORIES = { 'long': 'Interact with specific parts of the build system.', 'priority': 20, }, + 'package': { + 'short': 'Package', + 'long': 'Create objects to distribute', + 'priority': 15, + }, 'misc': { 'short': 'Potpourri', 'long': 'Potent potables and assorted snacks.', |