summaryrefslogtreecommitdiffstats
path: root/o3d/documentation/build_docs.py
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 00:12:33 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 00:12:33 +0000
commit84f8e7836a88f4b0753f9dca164613141ef16a90 (patch)
tree77a8bdd6efe1dad777cd31f4ed4f20f8d0dfaad9 /o3d/documentation/build_docs.py
parente75e8afa0cf126ca22e403874a22249d51b86219 (diff)
downloadchromium_src-84f8e7836a88f4b0753f9dca164613141ef16a90.zip
chromium_src-84f8e7836a88f4b0753f9dca164613141ef16a90.tar.gz
chromium_src-84f8e7836a88f4b0753f9dca164613141ef16a90.tar.bz2
Put back some scons files that the docs build parses, but rename them
with ".manifest", since we no longer have a scons build. We should probably change the code that parses these to be simpler someday. Review URL: http://codereview.chromium.org/341073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/documentation/build_docs.py')
-rwxr-xr-xo3d/documentation/build_docs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/documentation/build_docs.py b/o3d/documentation/build_docs.py
index abf7046..3022922 100755
--- a/o3d/documentation/build_docs.py
+++ b/o3d/documentation/build_docs.py
@@ -346,8 +346,8 @@ def main(argv):
os.environ['PYTHONPATH'] = pythonpath
- js_list_filename = MakePath('..', 'samples', 'o3djs', 'js_list.scons')
- idl_list_filename = MakePath('..', 'plugin', 'idl_list.scons')
+ js_list_filename = MakePath('..', 'samples', 'o3djs', 'js_list.manifest')
+ idl_list_filename = MakePath('..', 'plugin', 'idl_list.manifest')
js_list_basepath = os.path.dirname(js_list_filename)
idl_list_basepath = os.path.dirname(idl_list_filename)