From d367c13820b6b02d54a348c457c4992368410580 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 13 Mar 2011 22:31:08 -0400 Subject: [PATCH] Moved 'Getting ease.js' section to Integration chapter --- doc/integration.texi | 28 ++++++++++++++++++++++++++-- doc/source-tree.texi | 17 +++-------------- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/doc/integration.texi b/doc/integration.texi index 61690f8..99fd25e 100644 --- a/doc/integration.texi +++ b/doc/integration.texi @@ -17,11 +17,35 @@ downloading pre-built packages. Depending on what you are doing, you may not have to build ease.js at all. @menu -* Building:: How to build ease.js -* Including:: Including ease.js in your own project +* Getting ease.js:: How to get ease.js +* Building:: How to build ease.js +* Including:: Including ease.js in your own project @end menu +@node Getting ease.js +@section Getting ease.js +If you simply want to use ease.js in your project, you may be interested in +simply grabbing an archive (tarball, zip, etc), or installing through your +favorite package manger. More information on those options will become available +as ease.js nears its first release. + +If you are interested in building ease.js, you need to get a hold of the source +tree. Either download an archive (tarball, zip, etc), or clone the Git +repository. We will do the latter in the example below. Feel free to clone from +your favorite source. + +@example + # to clone from GitHub (do one or the other, not both) + $ git clone git://github.com/mikegerwitz/easejs + + # to clone from Gitorious (do one or the other, not both) + $ git clone git://gitorious.org/easejs/easejs.git +@end example + +The repository will be cloned into the @file{./easejs} directory. + + @node Building @section Building Feel free to skip this section if you have no interest in building ease.js diff --git a/doc/source-tree.texi b/doc/source-tree.texi index cdcc526..46103e7 100644 --- a/doc/source-tree.texi +++ b/doc/source-tree.texi @@ -9,20 +9,9 @@ @node Source Tree @appendix Source Tree -Before building, you need to get a hold of the source tree. Either download an -archive (tarball, zip, etc), or clone the Git repository. We will do the latter. -Feel free to clone from your favorite source. - -@example - # to clone from GitHub (do one or the other, not both) - $ git clone git://github.com/mikegerwitz/easejs - - # to clone from Gitorious (do one or the other, not both) - $ git clone git://gitorious.org/easejs/easejs.git -@end example - -The repository will be cloned into the @file{./easejs} directory. Let's take a -look around. +You should already have gotten a hold of the source tree +(@pxref{Getting ease.js}). If not, please do so first and feel free to follow +along. @example $ cd easejs