comparison mx/commands.py @ 6506:305b9166b455

added projects table to the top level javadoc page generated by the site command
author Doug Simon <doug.simon@oracle.com>
date Thu, 04 Oct 2012 11:22:09 +0200
parents 75f130f2b30f
children edea9ba7ac7b
comparison
equal deleted inserted replaced
6505:1ecf984d490c 6506:305b9166b455
1001 '--jd', '@-tag', '--jd', '@bug:X', 1001 '--jd', '@-tag', '--jd', '@bug:X',
1002 '--jd', '@-tag', '--jd', '@summary:X', 1002 '--jd', '@-tag', '--jd', '@summary:X',
1003 '--jd', '@-tag', '--jd', '@vmoption:X', 1003 '--jd', '@-tag', '--jd', '@vmoption:X',
1004 '--overview', join(_graal_home, 'graal', 'overview.html'), 1004 '--overview', join(_graal_home, 'graal', 'overview.html'),
1005 '--title', 'Graal OpenJDK Project Documentation', 1005 '--title', 'Graal OpenJDK Project Documentation',
1006 '--dot-output-base', 'modules'] + args) 1006 '--dot-output-base', 'projects'] + args)
1007 1007
1008 def mx_init(): 1008 def mx_init():
1009 _vmbuild = 'product' 1009 _vmbuild = 'product'
1010 commands = { 1010 commands = {
1011 'build': [build, '[-options]'], 1011 'build': [build, '[-options]'],