Updated Branches: refs/heads/master 5b2e1f42b -> 5e44e6112
docs: Build the installation guide instead of "all" It seems that all the work is going into the installation guide instead of the "-all" docs. With this commit we build the installation guide documentation. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5e44e611 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5e44e611 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5e44e611 Branch: refs/heads/master Commit: 5e44e61127cf7b5ebeb7796d81942482977dafae Parents: 5b2e1f4 Author: Wido den Hollander <[email protected]> Authored: Mon Oct 22 12:06:53 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Mon Oct 22 12:08:11 2012 +0200 ---------------------------------------------------------------------- tools/build/build_docs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5e44e611/tools/build/build_docs.sh ---------------------------------------------------------------------- diff --git a/tools/build/build_docs.sh b/tools/build/build_docs.sh index 34e459f..8bb63e3 100755 --- a/tools/build/build_docs.sh +++ b/tools/build/build_docs.sh @@ -51,5 +51,5 @@ fi cd $sourcedir/docs cp -R /usr/share/publican/Common_Content . ln -s $sourcedir/docs/publican-cloudstack Common_Content/cloudstack -publican build --config=publican-all.cfg --formats html,pdf --langs en-US --common_content=$sourcedir/docs/Common_Content +publican build --config=publican-installation.cfg --formats html,pdf --langs en-US --common_content=$sourcedir/docs/Common_Content rm -r Common_Content \ No newline at end of file
