Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D72E311436 for ; Wed, 10 Sep 2014 06:42:26 +0000 (UTC) Received: (qmail 6537 invoked by uid 500); 10 Sep 2014 06:42:17 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 6483 invoked by uid 500); 10 Sep 2014 06:42:17 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 5761 invoked by uid 99); 10 Sep 2014 06:42:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 06:42:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7999E9694; Wed, 10 Sep 2014 06:42:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rajani@apache.org To: commits@cloudstack.apache.org Date: Wed, 10 Sep 2014 06:42:46 -0000 Message-Id: <630b21c4ea734ee89dbf1f1e4d5eada0@git.apache.org> In-Reply-To: <52fdcf6da1f44f26812d5392d47912a3@git.apache.org> References: <52fdcf6da1f44f26812d5392d47912a3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/43] git commit: add make.sh for lazy doc build add make.sh for lazy doc build Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/1732dae7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/1732dae7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/1732dae7 Branch: refs/heads/master Commit: 1732dae7bed038a4871003c927860e4926a00fa8 Parents: fce127e Author: Pierre-Luc Dion Authored: Tue Aug 19 20:04:30 2014 -0400 Committer: Pierre-Luc Dion Committed: Tue Aug 19 20:20:41 2014 -0400 ---------------------------------------------------------------------- make.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/1732dae7/make.sh ---------------------------------------------------------------------- diff --git a/make.sh b/make.sh new file mode 100755 index 0000000..d4e96fd --- /dev/null +++ b/make.sh @@ -0,0 +1,3 @@ +rm -fr build +mkdir build +sphinx-build -b html source build