Index: editor/build/build.py |
diff --git a/editor/build/build.py b/editor/build/build.py |
index 01de340fa470e940c4216f566fc63eb3f0f1471d..690a4ebef8a8bb9edc9cb278b98310bad02a7352 100755 |
--- a/editor/build/build.py |
+++ b/editor/build/build.py |
@@ -1142,7 +1142,7 @@ def CreateApiDocs(buildLocation): |
shutil.rmtree(apidir, ignore_errors = True) |
CallBuildScript('release', 'ia32', 'api_docs') |
- CallBuildScript('release', 'ia32', 'docgen') |
+ CallBuildScript('release', 'ia32', 'dartdocgen') |
Alan Knight
2014/11/05 21:12:03
Should this be left as docgen? Or should the name
ricow1
2014/11/06 07:12:10
Yees, this is the gyp name of the target
|
UploadApiDocs(apidir) |