You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/03/31 01:47:22 UTC

[12/12] docs commit: Rename ./bin/phonegap-docs to ./bin/generate

Rename ./bin/phonegap-docs to ./bin/generate


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/17b0b2c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/17b0b2c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/17b0b2c1

Branch: refs/heads/master
Commit: 17b0b2c128ed77a7f40db878bb4a5496beb0cd72
Parents: e9bc0ff
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Mar 29 11:45:07 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Mar 30 16:39:16 2012 -0700

----------------------------------------------------------------------
 README.md         |    2 +-
 bin/generate      |    8 ++++++++
 bin/phonegap-docs |    8 --------
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/17b0b2c1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index acea281..cb74803 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ Currently, Cordova-Docs uses a Ruby script and [joDoc](http://github.com/davebal
 
 ### Run the Script ###
 
-    ./bin/phonegap-docs
+    ./bin/generate
     
 Script Test Suite
 -----------------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/17b0b2c1/bin/generate
----------------------------------------------------------------------
diff --git a/bin/generate b/bin/generate
new file mode 100755
index 0000000..b473960
--- /dev/null
+++ b/bin/generate
@@ -0,0 +1,8 @@
+#!/usr/bin/env ruby
+$: << File.join(File.dirname(__FILE__), '..', 'lib')
+require 'phonegap_docs'
+
+phonegap_docs = PhoneGapDocs.new
+phonegap_docs.run
+
+puts " => #{phonegap_docs.output_directory}"

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/17b0b2c1/bin/phonegap-docs
----------------------------------------------------------------------
diff --git a/bin/phonegap-docs b/bin/phonegap-docs
deleted file mode 100755
index b473960..0000000
--- a/bin/phonegap-docs
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env ruby
-$: << File.join(File.dirname(__FILE__), '..', 'lib')
-require 'phonegap_docs'
-
-phonegap_docs = PhoneGapDocs.new
-phonegap_docs.run
-
-puts " => #{phonegap_docs.output_directory}"