Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21250D932 for ; Tue, 23 Oct 2012 09:49:29 +0000 (UTC) Received: (qmail 55211 invoked by uid 500); 23 Oct 2012 09:49:28 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 54652 invoked by uid 500); 23 Oct 2012 09:49:26 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 51580 invoked by uid 99); 23 Oct 2012 09:49:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2012 09:49:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B8FE34E0A2; Tue, 23 Oct 2012 09:49:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [23/50] [abbrv] git commit: docs: Build the installation guide instead of "all" Message-Id: <20121023094918.B8FE34E0A2@tyr.zones.apache.org> Date: Tue, 23 Oct 2012 09:49:18 +0000 (UTC) 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/marvin-parallel Commit: 5e44e61127cf7b5ebeb7796d81942482977dafae Parents: 5b2e1f4 Author: Wido den Hollander Authored: Mon Oct 22 12:06:53 2012 +0200 Committer: Wido den Hollander 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