You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/04/10 21:15:19 UTC

[3/50] git commit: Update coho to use incubator-cordova-docs ./bin/generate

Update coho to use incubator-cordova-docs ./bin/generate


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/0af8a209
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/0af8a209
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/0af8a209

Branch: refs/heads/master
Commit: 0af8a20966e51ca6e2fa91a0fca6ef9ef21f1945
Parents: 520592d
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Mar 30 16:50:48 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Mar 30 16:50:48 2012 -0700

----------------------------------------------------------------------
 coho |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/0af8a209/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index f5a4945..c0a1b1b 100755
--- a/coho
+++ b/coho
@@ -108,7 +108,7 @@ queueCommand("cd " + tempRepoDir + "/"+badadir+" && cp -r ./* " + badaReleaseBin
 
 //docs
 queueCommand("cd " + tempRepoDir + " && git clone "+docs+" && cd "+docsdir+" && git fetch --tags && git checkout "+VERSION);
-queueCommand("cd " + tempRepoDir + "/"+docsdir+" && ./bin/phonegap-docs && cp -r public/en/"+VERSION+" " + releaseDocDir);
+queueCommand("cd " + tempRepoDir + "/"+docsdir+" && ./bin/generate && cp -r public/en/"+VERSION+" " + releaseDocDir);
 
 //symbian
 fs.writeFile('depreciate.txt', 'PhoneGap-Symbian is being depreciated. You can find the last available code at https://github.com/callback/callback-symbian.', function (err) {