You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/09 08:46:59 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Polished the documentation after the latest changes in the build.

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 58bff5ed8 -> 9ed1791da


- Polished the documentation after the latest changes in the build.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9ed1791d
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9ed1791d
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9ed1791d

Branch: refs/heads/develop
Commit: 9ed1791da54c84f981e921d443205aaf02568a86
Parents: 58bff5e
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Fri Sep 9 10:46:52 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Fri Sep 9 10:46:52 2016 +0200

----------------------------------------------------------------------
 src/site/asciidoc/build.adoc | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9ed1791d/src/site/asciidoc/build.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/build.adoc b/src/site/asciidoc/build.adoc
index 594f6c4..6b4c1be 100644
--- a/src/site/asciidoc/build.adoc
+++ b/src/site/asciidoc/build.adoc
@@ -154,15 +154,6 @@ defined the Apache Snapshot Repository in the default Maven settings.xml.
 In all other cases you simply have to add `-s settings-template.xml` to
 every Maven call.
 
-=== Building the Build-Tools
-
-The following command will take care of building the prerequisites:
-(run it in the flex-falcon repo)
-
-----
-mvn clean install -P utils
-----
-
 === Building the Compiler
 
 The compiler block is the main part of the build. You can easily build
@@ -202,7 +193,7 @@ mvn site
 This will create the documentation for each module inside the corresponding
 modules `target/site` directory. However if you open the `index.html` of the
 root project, the links to the sub-modules will not work as the local directory
-structure differs from the strucure the deployed deocumentation would have.
+structure differs from the structure the deployed documentation would have.
 In order to locally read and test the documentation, the following command will
 wrap all parts into the `target/staging` directory of the project root.
 (run it in the flex-falcon repo)