Index: chrome/common/extensions/docs/build/build.py |
diff --git a/chrome/common/extensions/docs/build/build.py b/chrome/common/extensions/docs/build/build.py |
index 831d04ebf6c4b706b7d4dd5f9f21d78d604b0e8f..6bbd45be9773253999c9d618ae26b78dce6b0f02 100755 |
--- a/chrome/common/extensions/docs/build/build.py |
+++ b/chrome/common/extensions/docs/build/build.py |
@@ -184,6 +184,15 @@ def main(): |
default=True) |
options, args = parser.parse_args() |
not at google - send to devlin
2012/07/31 22:25:46
comment, explain what this does, why we do it, whe
cduvall
2012/08/01 01:40:50
Done.
|
+ Popen([os.path.join(_base_dir, 'server2', 'converter.py'), |
+ '../static', |
+ '../../api', |
+ 'templates/articles', |
+ 'templates/intros', |
+ 'templates/public', |
+ 'static/images', |
+ '-r']) |
+ |
if (options.dump_render_tree_path and |
os.path.isfile(options.dump_render_tree_path)): |
dump_render_tree = options.dump_render_tree_path |